C# Класс NetworkCommsDotNet.ConnectionShutdownException

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

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

Метод Описание
ConnectionShutdownException ( ) : System

Create a new instance of ConnectionShutdownException

ConnectionShutdownException ( string msg ) : System

Create a new instance of ConnectionShutdownException

ConnectionShutdownException ( string msg, Exception innerException ) : System

Create a new instance of ConnectionShutdownException

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

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

Constructor required by the runtime and by .NET programming conventions

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

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

Create a new instance of ConnectionShutdownException
public ConnectionShutdownException ( ) : System
Результат System

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

Constructor required by the runtime and by .NET programming conventions
protected ConnectionShutdownException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

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

Create a new instance of ConnectionShutdownException
public ConnectionShutdownException ( string msg ) : System
msg string A string containing useful information regarding the error
Результат System

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

Create a new instance of ConnectionShutdownException
public ConnectionShutdownException ( string msg, Exception innerException ) : System
msg string A string containing useful information regarding the error
innerException System.Exception An associated inner exception
Результат System