Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the error code for the exception.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public int ExceptionCode { get; internal set; }
public:
[DataMemberAttribute]
property int ExceptionCode {
int get();
internal: void set(int value);
}
<DataMemberAttribute>
Public Property ExceptionCode As Integer
Get
Friend Set
End Property
Property Value
Type: System.Int32
The error code number.
See Also
UserFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top