Constructors: NewApplicationException

NewApplicationException

Creates a new ApplicationException object.



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

Parameters

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

See Also

Project CorLib Overview

Class Constructors Overview

ApplicationException