Partager via


UserExceptionFault.ErrorCode Property

 

Gets the error code for the exception.

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

Syntax

[DataMemberAttribute]
public int ErrorCode { get; internal set; }
public:
[DataMemberAttribute]
property int ErrorCode {
    int get();
    internal: void set(int value);
}
<DataMemberAttribute>
Public Property ErrorCode As Integer
    Get
    Friend Set
End Property

Property Value

Type: System.Int32

The error code number.

See Also

UserExceptionFault Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top