UserExceptionFault Constructor
Initializes a new instance of the UserExceptionFault class.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Overload List
Name | Description | |
---|---|---|
![]() |
UserExceptionFault(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. |
![]() |
UserExceptionFault(String, Int32) | Initializes a new instance of the UserException class with the specified error message and the specified error code. |
![]() |
UserExceptionFault(String, Int32, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message, the specified error code, and the UserCustomExceptionCode object. |
![]() |
UserExceptionFault(String, UserCustomExceptionCode) | Initializes a new instance of the UserException class with the specified error message and the specified error code. |
See Also
UserExceptionFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top