Partager via


UserFault Constructor

 

Initializes a new instance of the UserFault class.

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

Overload List

Name Description
System_CAPS_pubmethod UserFault()

Initializes a new instance of the UserFault class.

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

System_CAPS_pubmethod UserFault(String, Int32)

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

System_CAPS_pubmethod 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