Constructors: NewNotSupportedException

NewNotSupportedException

Creates a new NotSupportedException object.



 Public Function NewNotSupportedException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As NotSupportedException

Parameters

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

Return Values

NotSupportedException -  A fully created NotSupportedException object.

See Also

Project CorLib Overview

Class Constructors Overview