IdcrlException members
Represents an exception that is thrown from the IDCRL (identity client runtime) component.
The IdcrlException type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IdcrlException() | Initializes a new instance of the IdcrlException object. | |
IdcrlException(String) | Initializes a new instance of the IdcrlException object with the specified error message. | |
IdcrlException(String, Exception) | Initializes a new instance of an IdcrlException with the specified error message and inner exception. | |
IdcrlException(String, Int32) | Initializes a new instance of the IdcrlException with the specified message and the referenced error code. |
Top
Properties
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorCode | Gets an integer value that represents the error code and identifies the exception. | |
HelpLink | (Inherited from Exception.) | |
HResult | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Methods
Name | Description | |
---|---|---|
GetBaseException | (Inherited from Exception.) | |
GetObjectData | (Inherited from Exception.) | |
GetType | (Inherited from Exception.) | |
ToString | (Inherited from Exception.) |
Top
Events
Name | Description | |
---|---|---|
SerializeObjectState | (Inherited from Exception.) |
Top