Compartilhar via


UserExceptionFault Constructor

 

Initializes a new instance of the UserExceptionFault class.

Namespace:   Microsoft.WindowsServerSolutions.Users
Assembly:  UserObjectModel (in UserObjectModel.dll)

Overload List

Name Description
System_CAPS_pubmethod 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.

System_CAPS_pubmethod UserExceptionFault(String, Int32)

Initializes a new instance of the UserException class with the specified error message and the specified error code.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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