Class JournalSetupException
- Namespace
- InSite.Application.Records
- Assembly
- Shift.Sdk.dll
public class JournalSetupException : Exception, ISerializable
- Inheritance
-
JournalSetupException
- Implements
- Inherited Members
- Extension Methods
Constructors
JournalSetupException()
public JournalSetupException()
JournalSetupException(SerializationInfo, StreamingContext)
protected JournalSetupException(SerializationInfo info, StreamingContext context)
Parameters
infoSerializationInfocontextStreamingContext
JournalSetupException(string)
public JournalSetupException(string message)
Parameters
messagestring
JournalSetupException(string, Exception)
public JournalSetupException(string message, Exception innerException)