C# Класс Raven.Client.Exceptions.ReadVetoException

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

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

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

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

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

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

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

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

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

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

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

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

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

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