C# Класс Microsoft.JScript.CmdLineException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
CmdLineException ( SerializationInfo s, StreamingContext c ) : System

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo s, StreamingContext c ) : void

Описание методов

CmdLineException() публичный Метод

public CmdLineException ( ) : System
Результат System

CmdLineException() публичный Метод

public CmdLineException ( CmdLineError errorCode, CultureInfo culture ) : System
errorCode CmdLineError
culture System.Globalization.CultureInfo
Результат System

CmdLineException() публичный Метод

public CmdLineException ( CmdLineError errorCode, string context, CultureInfo culture ) : System
errorCode CmdLineError
context string
culture System.Globalization.CultureInfo
Результат System

CmdLineException() защищенный Метод

protected CmdLineException ( SerializationInfo s, StreamingContext c ) : System
s System.Runtime.Serialization.SerializationInfo
c System.Runtime.Serialization.StreamingContext
Результат System

CmdLineException() публичный Метод

public CmdLineException ( string m ) : System
m string
Результат System

CmdLineException() публичный Метод

public CmdLineException ( string m, Exception e ) : System
m string
e System.Exception
Результат System

ResourceKey() публичный Метод

public ResourceKey ( CmdLineError errorCode ) : string
errorCode CmdLineError
Результат string