UserExceptionFault Class

 

Represents errors that occur with the User Provider.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::UserExceptionFault

[DataContractAttribute]
public ref class UserExceptionFault 

NameDescription
System_CAPS_pubmethodUserExceptionFault(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_pubmethodUserExceptionFault(String^, Int32)

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

System_CAPS_pubmethodUserExceptionFault(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_pubmethodUserExceptionFault(String^, UserCustomExceptionCode)

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

NameDescription
System_CAPS_pubpropertyErrorCode

Gets the error code for the exception.

System_CAPS_pubpropertyMessage

Gets the message for the exception.

System_CAPS_pubpropertyUserErrorCode

Gets the UserCustomExceptionCode object.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top

Community Additions

ADD
Show: