C# Класс NetworkCommsDotNet.CommsException

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

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

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

Create a new instance of CommsException

CommsException ( string msg ) : System

Create a new instance of CommsException

CommsException ( string msg, Exception innerException ) : System

Create a new instance of CommsException

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

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

Constructor required by the runtime and by .NET programming conventions

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

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

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

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

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

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

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

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

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