Constructors: NewExternalException

NewExternalException

Creates a new ExternalException object.



 Public Function NewExternalException(
	  ByVal Message As String,
	  Optional ByVal InnerException As Exception ) As ExternalException

Parameters

Message
[ByVal] 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.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewExceptionBase NewFileInfo