Constructors: NewFormatException

NewFormatException

Creates a new FormatException object.



 Public Function NewFormatException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As FormatException

Parameters

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

Return Values

FormatException -  A fully created FormatException object.

See Also

Project CorLib Overview

Class Constructors Overview