C# Класс Pomona.UnknownTypeException

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

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

Метод Описание
UnknownTypeException ( string message, Exception innerException = null, HttpStatusCode statusCode = HttpStatusCode.BadRequest, string>.IEnumerable responseHeaders = null ) : System

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

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

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

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

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

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

public UnknownTypeException ( string message, Exception innerException = null, HttpStatusCode statusCode = HttpStatusCode.BadRequest, string>.IEnumerable responseHeaders = null ) : System
message string
innerException System.Exception
statusCode HttpStatusCode
responseHeaders string>.IEnumerable
Результат System