示例#1
0
 public DecoderException(string string0, Exception exception0) : base(string0, exception0)
 {
     Error = DecoderError.UnknownError;
 }
示例#2
0
 public static bool TryDecoderError(string value, out DecoderError decoderError) => decoderErrorDict.TryGetValue(value, out decoderError);
示例#3
0
 public DecoderException(DecoderError decoderError0, Exception exception0) : this(smethod_0(decoderError0),
                                                                                  exception0)
 {
     Error = decoderError0;
 }
示例#4
0
 public static string smethod_0(DecoderError decoderError0)
 {
     return("Decoder error: " + decoderError0);
 }
示例#5
0
 public static string smethod_0(DecoderError decoderError_0)
 {
     return "Decoder error: " + decoderError_0;
 }
示例#6
0
 public DecoderException(DecoderError decoderError_0, Exception exception_0)
     : this(DecoderException.smethod_0(decoderError_0), exception_0)
 {
     this.Error = decoderError_0;
 }
示例#7
0
 public DecoderException(string string_0, Exception exception_0)
     : base(string_0, exception_0)
 {
     this.Error = DecoderError.UnknownError;
 }
示例#8
0
 public DecoderException(string string_0, Exception exception_0) : base(string_0, exception_0)
 {
     this.Error = DecoderError.UnknownError;
 }
示例#9
0
 public DecoderException(DecoderError decoderError_0, Exception exception_0) : this(DecoderException.smethod_0(decoderError_0), exception_0)
 {
     this.Error = decoderError_0;
 }