Inazuma.PetitClr.InazumaExecutionException.InazumaExecutionException C# (CSharp) Method

InazumaExecutionException() public method

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

Same methods

InazumaExecutionException::InazumaExecutionException ( string message ) : System
InazumaExecutionException::InazumaExecutionException ( string message, Exception innerException ) : System
InazumaExecutionException