Partager via


GroupException.NativeErrorCode Property

 

Gets the native error code for the exception.

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

Syntax

public int NativeErrorCode { get; private set; }
public:
property int NativeErrorCode {
    int get();
    private: void set(int value);
}
Public Property NativeErrorCode As Integer
    Get
    Private Set
End Property

Property Value

Type: System.Int32

An Int32 object.

See Also

GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top