public BindingGeneratorException(int errorCode, string message, Exception innerException) : base(Report.Format(true, errorCode, message), innerException) { }
public BindingGeneratorException(int errorCode, string sourceFile, int line, int column, string message, Exception innerException) : base(Report.Format(true, errorCode, sourceFile, line, column, message), innerException) { }