Constructors: NewArrayTypeMismatchException

NewArrayTypeMismatchException

Creates a new ArrayTypeMismatchException object.



 Public Function NewArrayTypeMismatchException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As ArrayTypeMismatchException

Parameters

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

Return Values

ArrayTypeMismatchException -  A fully created ArrayTypeMismatchException object.

See Also

Project CorLib Overview

Class Constructors Overview