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