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 or sets the error code for the exception.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public int ErrorCode { get; set; }
public:
property int ErrorCode {
int get();
void set(int value);
}
Public Property ErrorCode As Integer
Property Value
Type: System.Int32
The error code.
See Also
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top