Constructors: NewNotSupportedException

NewNotSupportedException

Creates a new NotSupportedException object.



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

Parameters

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

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewMemoryStream NewObjectDisposedException