UserException.ErrorCode Property
Gets the error code for the exception.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public int ErrorCode { get; private set; }
public:
[DataMemberAttribute]
property int ErrorCode {
int get();
private: void set(int value);
}
<DataMemberAttribute>
Public Property ErrorCode As Integer
Get
Private Set
End Property
Property Value
Type: System.Int32
The error code number.
See Also
UserException Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top