C# Class Raven.Database.Json.ParseException

Inheritance: System.Exception
Datei anzeigen Open project: robashton/ravendb

Public Methods

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

Protected Methods

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

Method Details

ParseException() public method

public ParseException ( ) : System
return System

ParseException() protected method

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

ParseException() public method

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

ParseException() public method

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