MachineIdentityException.ErrorCode Property
Gets the ReturnClass object that contains the error code for the exception.
Namespace: Microsoft.WindowsServerSolutions.Devices.Identity
Assembly: MachineIdentityObjectModel (in MachineIdentityObjectModel.dll)
Syntax
public ReturnClass ErrorCode { get; private set; }
public:
property ReturnClass^ ErrorCode {
ReturnClass^ get();
private: void set(ReturnClass^ value);
}
Public Property ErrorCode As ReturnClass
Get
Private Set
End Property
Property Value
Type: Microsoft.WindowsServerSolutions.Devices.Identity.ReturnClass
An instance of ReturnClass.
See Also
MachineIdentityException Class
Microsoft.WindowsServerSolutions.Devices.Identity Namespace
Return to top