UserFault Class

 

Represents errors that occur with the User Provider.

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

System::Object
  Microsoft.WindowsServerSolutions.Users::UserFault

[DataContractAttribute]
public ref class UserFault 

NameDescription
System_CAPS_pubmethodUserFault()

Initializes a new instance of the UserFault class.

System_CAPS_pubmethodUserFault(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_pubmethodUserFault(String^, Int32)

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

System_CAPS_pubmethodUserFault(String^, UserCustomExceptionCode)

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

NameDescription
System_CAPS_pubpropertyExceptionCode

Gets the error code for the exception.

System_CAPS_pubpropertyMessage

Gets the message for the exception.

System_CAPS_pubpropertyUserCode

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: