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