Namespace: DotRas
Assembly: DotRas (in DotRas.dll) Version: 1.3.5166.33435 (1.3.0.0)
Syntax
C# |
public RasDialException(
string message,
Exception innerException
)
|
Visual Basic |
Public Sub New (
message As String,
innerException As Exception
)
|
Visual C++ |
public:
RasDialException(
String^ message,
Exception^ innerException
)
|
F# |
new :
message : string *
innerException : Exception -> RasDialException
|
Parameters
-
message
- Type: System..::..String
A message that describes the error.
-
innerException
- Type: System..::..Exception
The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
See Also