C# Class Artemis.Engine.Graphics.RenderLayerException

Inheritance: System.Exception
Exibir arquivo Open project: ArtemisEngine/Artemis-Engine

Public Methods

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

Method Details

RenderLayerException() public method

public RenderLayerException ( ) : System
return System

RenderLayerException() public method

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

RenderLayerException() public method

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

RenderLayerException() public method

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