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 UserCustomExceptionCode object.
Namespace: Microsoft.WindowsServerSolutions.Users
Assembly: UserObjectModel (in UserObjectModel.dll)
Syntax
[DataMemberAttribute]
public UserCustomExceptionCode UserErrorCode { get; internal set; }
public:
[DataMemberAttribute]
property UserCustomExceptionCode UserErrorCode {
UserCustomExceptionCode get();
internal: void set(UserCustomExceptionCode value);
}
<DataMemberAttribute>
Public Property UserErrorCode As UserCustomExceptionCode
Get
Friend Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Users.UserCustomExceptionCode
An instance of UserCustomExceptionCode.
See Also
UserExceptionFault Class
Microsoft.WindowsServerSolutions.Users Namespace
Return to top