ProxyException Constructor(String)
In This Topic
Initializes a new instance of the
ProxyException class with the exception message.
Syntax
|
|---|
'Declaration
Public Function New( _
ByVal As String _
) |
|
|---|
public ProxyException(
string
) |
Parameters
- message
- The exception message.
See Also