C# Class Rosetta.Executable.Exceptions.DefaultOptionException

Exception thrown when the unnamed option is not used properly.
Inheritance: System.Exception
ファイルを表示 Open project: andry-tino/Rosetta

Public Methods

Method Description
DefaultOptionException ( ) : System

Initializes a new instance of the DefaultOptionException class.

Method Details

DefaultOptionException() public method

Initializes a new instance of the DefaultOptionException class.
public DefaultOptionException ( ) : System
return System