C# Class OpenRA.Utility.NoSuchCommandException

Inheritance: System.Exception
Afficher le fichier Open project: cjshmyr/OpenRA

Méthodes publiques

Свойство Type Description
Command string

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NoSuchCommandException ( string command ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

NoSuchCommandException() public méthode

public NoSuchCommandException ( string command ) : System
command string
Résultat System

Property Details

Command public_oe property

public string Command
Résultat string