Abbotware.Core.Workflow.RuntimeException.RuntimeException C# (CSharp) Method

RuntimeException() protected method

Initializes a new instance of the RuntimeException class.
protected RuntimeException ( ) : System
return System
        protected RuntimeException()
        {
        }
    }

Same methods

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