C# Class Artemis.Engine.Graphics.RenderOrderException

Inheritance: System.Exception
Mostrar archivo Open project: ArtemisEngine/Artemis-Engine

Public Methods

Method Description
RenderOrderException ( ) : System
RenderOrderException ( SerializationInfo info, StreamingContext context ) : System
RenderOrderException ( string msg ) : System
RenderOrderException ( string msg, Exception inner ) : System

Method Details

RenderOrderException() public method

public RenderOrderException ( ) : System
return System

RenderOrderException() public method

public RenderOrderException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

RenderOrderException() public method

public RenderOrderException ( string msg ) : System
msg string
return System

RenderOrderException() public method

public RenderOrderException ( string msg, Exception inner ) : System
msg string
inner System.Exception
return System