EncoderFallbackException: ParamName (get)

ParamName

Returns the parameter name that caused the exception.



 Public Property Get ParamName ( ) As String

Return Values

String -  The name of the parameter that caused the exception.

Remarks

Every ArgumentException should contain the name of the parameter that caused the exception.

Read Only.

See Also

Project CorLib Overview

Class EncoderFallbackException Overview

Exception