Table of Contents

Class JournalException

Namespace
InSite.Application.Records
Assembly
Shift.Sdk.dll
public class JournalException : Exception, ISerializable
Inheritance
JournalException
Implements
Inherited Members
Extension Methods

Constructors

JournalException()

public JournalException()

JournalException(SerializationInfo, StreamingContext)

protected JournalException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo
context StreamingContext

JournalException(string)

public JournalException(string message)

Parameters

message string

JournalException(string, Exception)

public JournalException(string message, Exception innerException)

Parameters

message string
innerException Exception