public SqlPatternException(SqlPatternExceptionType type, Exception innerException = null)
     : base(type.GetDescription(), innerException) { }
Пример #2
0
 public SqlPatternException(SqlPatternExceptionType type, Exception innerException = null)
     : base(type.GetDescription(), innerException)
 {
 }