UserFault.Message Property

 

Gets the message for the exception.

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

Syntax

[DataMemberAttribute]
public string Message { get; internal set; }
public:
[DataMemberAttribute]
property String^ Message {
    String^ get();
    internal: void set(String^ value);
}
<DataMemberAttribute>
Public Property Message As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

An instance of String that contains the error message.

See Also

UserFault Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top