コード例 #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;
 }