C# Class NekoKun.Core.CommandLineException

Inheritance: System.Exception
Mostra file Open project: NekoProject/NekoKun

Public Properties

Property Type Description
CommandClass System.Type
CommandLine string[]
Entry string

Public Methods

Method Description
CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine ) : System
CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine, Exception InnerException ) : System

Method Details

CommandLineException() public method

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine ) : System
Message string
CommandClass System
Entry string
CommandLine string
return System

CommandLineException() public method

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine, Exception InnerException ) : System
Message string
CommandClass System
Entry string
CommandLine string
InnerException System.Exception
return System

Property Details

CommandClass public_oe property

public Type,System CommandClass
return System.Type

CommandLine public_oe property

public string[] CommandLine
return string[]

Entry public_oe property

public string Entry
return string