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