コード例 #1
0
ファイル: Report.cs プロジェクト: radekdoulik/java.interop
 public BindingGeneratorException(int errorCode, string message, Exception innerException)
     : base(Report.Format(true, errorCode, message), innerException)
 {
 }
コード例 #2
0
 public BindingGeneratorException(int errorCode, string sourceFile, int line, int column, string message, Exception innerException)
     : base(Report.Format(true, errorCode, sourceFile, line, column, message), innerException)
 {
 }