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