Constructors: NewPlatformNotSupportedException

NewPlatformNotSupportedException

Returns a new PlatformNotSupportedException with the specified Message and InnerException.



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

Parameters

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

Return Values

PlatformNotSupportedException -  The new PlatformNotSupportedException object.

See Also

Project CorLib Overview

Class Constructors Overview