UserException Constructor
Initializes a new instance of the UserException class.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
UserException() | Initializes a new instance of the UserException class. |
|
UserException(SerializationInfo, StreamingContext) | Initializes a new instance of the UserException class. |
|
UserException(String) | Initializes a new instance of the UserException class with the specified message. |
|
UserException(String, Exception) | Initializes a new instance of the UserException class with the specified error message and a reference to the inner exception that is the cause of this exception. |
|
UserException(String, Exception, Int32) | Initializes a new instance of the UserException class with the specified error message, the specified error code, and a reference to the inner exception that is the cause of this exception. |
|
UserException(String, Exception, Int32, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message, the specified error code, and a reference to the inner exception that is the cause of this exception. |
|
UserException(String, Exception, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message, the specified error code, and a reference to the inner exception that is the cause of this exception. |
|
UserException(String, Int32) | Initializes a new instance of the UserException class with the specified error message and the specified error code. |
|
UserException(String, Int32, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message, the specified error code, and the specified UserCustomExceptionCode object. |
|
UserException(String, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message and the specified error code. |
See Also
UserException Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top