C# Class OpenRA.Utility.NoSuchCommandException

Inheritance: System.Exception
Show file Open project: cjshmyr/OpenRA

Public Properties

Property Type Description
Command string

Public Methods

Method Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NoSuchCommandException ( string command ) : System

Method Details

GetObjectData() public method

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return void

NoSuchCommandException() public method

public NoSuchCommandException ( string command ) : System
command string
return System

Property Details

Command public property

public string Command
return string