Constructors: NewDecoderFallbackException

NewDecoderFallbackException

Initializes a new instance of the DecoderFallbackException class. Parameters specify the error message and the inner exception that is the cause of this exception.



 Public Function NewDecoderFallbackException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As DecoderFallbackException

Parameters

Message
[ByRef] String. An error message.
InnerException
[ByVal] Optional. Exception. The exception that caused this exception.

Return Values

DecoderFallbackException -  A new DecoderFallbackException instance.

See Also

Project CorLib Overview

Class Constructors Overview