NewExternalException
Creates a new ExternalException object.
Public Function NewExternalException(
ByRef Message As String,
Optional ByVal InnerException As Exception ) As ExternalException
Parameters
- Message
-
[ByRef]
String.
A user-defined message specific to the exception.
- InnerException
-
[ByVal]
Optional.
Exception.
A reference to an exception that caused this exception.
Return Values
ExternalException - A new ExternalException object.
See Also
Project CorLib Overview
Class Constructors Overview