Deveel.Data.Sql.HandledExceptions.HandledExceptions C# (CSharp) Метод

HandledExceptions() публичный Метод

public HandledExceptions ( IEnumerable exceptionNames ) : System
exceptionNames IEnumerable
Результат System
        public HandledExceptions(IEnumerable<string> exceptionNames)
            : this(exceptionNames, false)
        {
        }

Same methods

HandledExceptions::HandledExceptions ( IEnumerable exceptionNames, bool others ) : System
HandledExceptions::HandledExceptions ( string exceptionName ) : System
HandledExceptions