Constructors: NewPlatformNotSupportedException

NewPlatformNotSupportedException

Returns a new PlatformNotSupportedException with the specified Message and InnerException.



 Public Function NewPlatformNotSupportedException(
	  ByVal Message As String,
	  Optional ByVal InnerException As Exception ) As PlatformNotSupportedException

Parameters

Message
[ByVal] String. A human-readable error message.
InnerException
[ByVal] Optional. Exception. The exception that caused this exception.

Return Values

PlatformNotSupportedException -  The new PlatformNotSupportedException object.

Remarks

See Also

Project VBCorLib Overview Class Constructors Overview Constructors Properties Constructors Methods NewPathTooLongException NewQueue