Partager via


UserException.UserErrorCode Property

 

Gets the UserCustomExceptionCode object.

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

Syntax

[DataMemberAttribute]
public UserCustomExceptionCode UserErrorCode { get; private set; }
public:
[DataMemberAttribute]
property UserCustomExceptionCode UserErrorCode {
    UserCustomExceptionCode get();
    private: void set(UserCustomExceptionCode value);
}
<DataMemberAttribute>
Public Property UserErrorCode As UserCustomExceptionCode
    Get
    Private Set
End Property

Property Value

Type: Microsoft.WindowsServerSolutions.Users.UserCustomExceptionCode

An instance of UserCustomExceptionCode.

See Also

UserException Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top