C# Class Zetbox.API.WrongZetboxContextException

Inheritance: ZetboxContextException
Show file Open project: daszat/zetbox

Public Methods

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

Protected Methods

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

Method Details

WrongZetboxContextException() public method

public WrongZetboxContextException ( ) : System
return System

WrongZetboxContextException() protected method

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

WrongZetboxContextException() public method

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

WrongZetboxContextException() public method

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