RemoteAccessException Constructor (String, Int32)
Initializes a new instance of the RemoteAccessException class with the specified error message and the specified error code.
Namespace: Microsoft.WindowsServerSolutions.Web
Assembly: Wssg.Web (in Wssg.Web.dll)
Syntax
public RemoteAccessException(
string message,
int error
)
public:
RemoteAccessException(
String^ message,
int error
)
Public Sub New (
message As String,
error As Integer
)
Parameters
message
Type: System.StringThe error message that explains the reason for the exception.
error
Type: System.Int32The error code for the exception.
See Also
RemoteAccessException Overload
RemoteAccessException Class
Microsoft.WindowsServerSolutions.Web Namespace
Return to top