Abbotware.Core.Workflow.RuntimeException.RuntimeException C# (CSharp) 메소드

RuntimeException() 보호된 메소드

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

Same methods

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