Constructors: NewApplicationException

NewApplicationException

Creates a new ApplicationException object.



 Public Function NewApplicationException(
	  ByVal Message As String,
	  Optional ByVal InnerException As Exception ) As ApplicationException

Parameters

Message
[ByVal] String. A human-readable message explaining the exception.
InnerException
[ByVal] Optional. Exception. An exception that caused this exception.

Return Values

ApplicationException -  A fully created ApplicationException object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods CreateEnumerator NewArgumentException ApplicationException