C# Класс StarryEyes.Anomaly.TwitterApi.Streams.StreamParseException

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

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

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
StreamParseException ( string received ) : System
StreamParseException ( string message, string received ) : System
StreamParseException ( string message, string received, Exception inner ) : System

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

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

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

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

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

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

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

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

public StreamParseException ( string received ) : System
received string
Результат System

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

public StreamParseException ( string message, string received ) : System
message string
received string
Результат System

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

public StreamParseException ( string message, string received, Exception inner ) : System
message string
received string
inner System.Exception
Результат System