C# Class Command.ContextException

Context exception, thrown when no object of the necessary type is available in the current context.
Inheritance: System.Exception
Exibir arquivo Open project: agardiner/hfmcmd

Public Methods

Method Description
ContextException ( string msg ) : System

Method Details

ContextException() public method

public ContextException ( string msg ) : System
msg string
return System