System.Text.DecoderFallbackException.DecoderFallbackException C# (CSharp) Method

DecoderFallbackException() public method

public DecoderFallbackException ( String message, Exception innerException ) : System
message String
innerException Exception
return System
        public DecoderFallbackException(String message, Exception innerException)
            : base(message, innerException)
        {
            SetErrorCode(__HResults.COR_E_ARGUMENT);
        }

Same methods

DecoderFallbackException::DecoderFallbackException ( ) : System
DecoderFallbackException::DecoderFallbackException ( SerializationInfo info, StreamingContext context ) : System
DecoderFallbackException::DecoderFallbackException ( String message ) : System
DecoderFallbackException::DecoderFallbackException ( String message, byte bytesUnknown, int index ) : System
DecoderFallbackException