RegisterException Members
Defines the exception thrown when an error occurs in the register operation.
The RegisterException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RegisterException()()()() | Initializes a new instance of the class. | |
RegisterException(String) | Initializes a new instance of the class. | |
RegisterException(SerializationInfo, StreamingContext) | Initializes a new instance of the class. | |
RegisterException(String, RegistrationTransitionReason) | Initializes a new instance of the class. | |
RegisterException(String, Exception) | Initializes a new instance of the class. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
DeregisterReason | Returns information about the reason for this exception. | |
DetectionStackTrace | Gets a string representation of the call stack at the time of the current exception. (Inherited from RealTimeException.) | |
DiagnosticInformation | Gets the [DiagnosticHeader] in the response. (Inherited from FailureResponseException.) | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
ResponseData | Gets the response data. (Inherited from FailureResponseException.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Populates a [SerializationInfo] with the data needed to serialize the object. (Overrides FailureResponseException..::..GetObjectData(SerializationInfo, StreamingContext).) | |
GetType | (Inherited from Exception.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string representation of [RegisterException]. (Overrides FailureResponseException..::..ToString()()()().) |
Top