C# Class Raven.Client.Exceptions.ReadVetoException

Inheritance: System.Exception
ファイルを表示 Open project: markrendle/ravendb

Public Methods

Method Description
ReadVetoException ( ) : System
ReadVetoException ( string message ) : System
ReadVetoException ( string message, Exception inner ) : System

Protected Methods

Method Description
ReadVetoException ( SerializationInfo info, StreamingContext context ) : System

Method Details

ReadVetoException() public method

public ReadVetoException ( ) : System
return System

ReadVetoException() protected method

protected ReadVetoException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

ReadVetoException() public method

public ReadVetoException ( string message ) : System
message string
return System

ReadVetoException() public method

public ReadVetoException ( string message, Exception inner ) : System
message string
inner System.Exception
return System