DotNetWorkQueue.Exceptions.InterceptorException.InterceptorException C# (CSharp) Method

InterceptorException() public method

Initializes a new instance of the InterceptorException class.
public InterceptorException ( ) : System
return System
        public InterceptorException() { }
        /// <summary>

Same methods

InterceptorException::InterceptorException ( string message ) : System
InterceptorException::InterceptorException ( string message, Exception inner ) : System
InterceptorException