Constructors: NewEncoderFallbackException

NewEncoderFallbackException

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



 Public Function NewEncoderFallbackException(
	  ByRef Message As String,
	  Optional ByVal InnerException As Exception ) As EncoderFallbackException

Parameters

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

Return Values

EncoderFallbackException -  A new instance of the EncoderFallbackException class.

See Also

Project CorLib Overview

Class Constructors Overview