System.Text.DecoderFallbackException.DecoderFallbackException C# (CSharp) Метод

DecoderFallbackException() публичный Метод

public DecoderFallbackException ( String message, Exception innerException ) : System
message String
innerException Exception
Результат 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