AppHarbor.DispatchException.DispatchException C# (CSharp) Method

DispatchException() public method

public DispatchException ( string message ) : System
message string
return System
        public DispatchException(string message)
            : base(message)
        {
        }

Same methods

DispatchException::DispatchException ( ) : System
DispatchException