Deveel.Data.Sql.HandledExceptions.HandledExceptions C# (CSharp) Method

HandledExceptions() public method

public HandledExceptions ( IEnumerable exceptionNames ) : System
exceptionNames IEnumerable
return System
        public HandledExceptions(IEnumerable<string> exceptionNames)
            : this(exceptionNames, false)
        {
        }

Same methods

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