C# Класс NetIde.NetIdeException

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

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

Метод Описание
NetIdeException ( ) : System
NetIdeException ( string message ) : System
NetIdeException ( string message, Exception innerException ) : System

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

Метод Описание
NetIdeException ( SerializationInfo info, StreamingContext context ) : System

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

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

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

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

protected NetIdeException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

public NetIdeException ( string message ) : System
message string
Результат System

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

public NetIdeException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System