C# Class Zetbox.API.ZetboxContextErrorException

Inheritance: ZetboxContextException
Mostrar archivo Open project: daszat/zetbox

Public Methods

Method Description
ToExceptionMessage ( ) : ZetboxContextExceptionMessage
ZetboxContextErrorException ( ) : System
ZetboxContextErrorException ( string message ) : System
ZetboxContextErrorException ( string message, Exception inner ) : System

Protected Methods

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

Method Details

ToExceptionMessage() public abstract method

public abstract ToExceptionMessage ( ) : ZetboxContextExceptionMessage
return ZetboxContextExceptionMessage

ZetboxContextErrorException() public method

public ZetboxContextErrorException ( ) : System
return System

ZetboxContextErrorException() protected method

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

ZetboxContextErrorException() public method

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

ZetboxContextErrorException() public method

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