C# Class Microsoft.JScript.CmdLineException

Inheritance: System.Exception
Mostra file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
CmdLineException ( ) : System
CmdLineException ( CmdLineError errorCode, CultureInfo culture ) : System
CmdLineException ( CmdLineError errorCode, string context, CultureInfo culture ) : System
CmdLineException ( string m ) : System
CmdLineException ( string m, Exception e ) : System
ResourceKey ( CmdLineError errorCode ) : string

Protected Methods

Method Description
CmdLineException ( SerializationInfo s, StreamingContext c ) : System

Private Methods

Method Description
GetObjectData ( SerializationInfo s, StreamingContext c ) : void

Method Details

CmdLineException() public method

public CmdLineException ( ) : System
return System

CmdLineException() public method

public CmdLineException ( CmdLineError errorCode, CultureInfo culture ) : System
errorCode CmdLineError
culture System.Globalization.CultureInfo
return System

CmdLineException() public method

public CmdLineException ( CmdLineError errorCode, string context, CultureInfo culture ) : System
errorCode CmdLineError
context string
culture System.Globalization.CultureInfo
return System

CmdLineException() protected method

protected CmdLineException ( SerializationInfo s, StreamingContext c ) : System
s System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
return System

CmdLineException() public method

public CmdLineException ( string m ) : System
m string
return System

CmdLineException() public method

public CmdLineException ( string m, Exception e ) : System
m string
e System.Exception
return System

ResourceKey() public method

public ResourceKey ( CmdLineError errorCode ) : string
errorCode CmdLineError
return string