Compartilhar via


UserException Constructor

 

Initializes a new instance of the UserException class.

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

Overload List

Name Description
System_CAPS_pubmethod UserException()

Initializes a new instance of the UserException class.

System_CAPS_protmethod UserException(SerializationInfo, StreamingContext)

Initializes a new instance of the UserException class.

System_CAPS_pubmethod UserException(String)

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

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

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

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

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

System_CAPS_pubmethod UserException(String, Int32)

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

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

System_CAPS_pubmethod 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