Пример #1
0
 public BitstreamException(string string_0, Exception exception_0) : base(string_0, exception_0)
 {
     this.Error = BitstreamError.UnknownError;
 }
Пример #2
0
 public BitstreamException(BitstreamError bitstreamError_0, Exception exception_0) : this(BitstreamException.smethod_0(bitstreamError_0), exception_0)
 {
     this.Error = bitstreamError_0;
 }
Пример #3
0
 public static string smethod_0(BitstreamError bitstreamError_0)
 {
     return("Bitstream error: " + bitstreamError_0);
 }
Пример #4
0
 public BitstreamException(string string0, Exception exception0) : base(string0, exception0)
 {
     Error = BitstreamError.UnknownError;
 }
Пример #5
0
 public BitstreamException(BitstreamError bitstreamError_0) : this(bitstreamError_0, null)
 {
 }
Пример #6
0
 public BitstreamException(BitstreamError bitstreamError0, Exception exception0) : this(
         smethod_0(bitstreamError0), exception0)
 {
     Error = bitstreamError0;
 }
Пример #7
0
 public static string smethod_0(BitstreamError bitstreamError_0)
 {
     return "Bitstream error: " + bitstreamError_0;
 }
Пример #8
0
 public BitstreamException(BitstreamError bitstreamError_0, Exception exception_0)
     : this(BitstreamException.smethod_0(bitstreamError_0), exception_0)
 {
     this.Error = bitstreamError_0;
 }
Пример #9
0
 public BitstreamException(BitstreamError bitstreamError_0)
     : this(bitstreamError_0, null)
 {
 }
Пример #10
0
 public BitstreamException(string string_0, Exception exception_0)
     : base(string_0, exception_0)
 {
     this.Error = BitstreamError.UnknownError;
 }