C# Class Rosetta.Executable.Exceptions.ConflictingOptionsException

Exception thrown when conflicts occur in provided parameters.
Inheritance: System.Exception
ファイルを表示 Open project: andry-tino/Rosetta

Public Methods

Method Description
ConflictingOptionsException ( ) : System

Initializes a new instance of the ConflictingOptionsException class.

Method Details

ConflictingOptionsException() public method

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