ProxyException Constructor(Exception)
In This Topic
Initializes a new instance of the
ProxyException class to initialize with inner exception.
Syntax
'Declaration
Public Function New( _
ByVal As Exception _
)
public ProxyException(
Exception
)
Parameters
- inner
- Inner exception
See Also