次の方法で共有


RemoteAccessException.ErrorCode Property

 

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