예제 #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;
 }