C# Class NekoKun.Core.CommandLineException

Inheritance: System.Exception
Afficher le fichier Open project: NekoProject/NekoKun

Méthodes publiques

Свойство Type Description
CommandClass System.Type
CommandLine string[]
Entry string

Méthodes publiques

Méthode 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 méthode

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine ) : System
Message string
CommandClass System
Entry string
CommandLine string
Résultat System

CommandLineException() public méthode

public CommandLineException ( string Message, System CommandClass, string Entry, string CommandLine, Exception InnerException ) : System
Message string
CommandClass System
Entry string
CommandLine string
InnerException System.Exception
Résultat System

Property Details

CommandClass public_oe property

public Type,System CommandClass
Résultat System.Type

CommandLine public_oe property

public string[] CommandLine
Résultat string[]

Entry public_oe property

public string Entry
Résultat string