C# Class Artemis.Engine.Graphics.RenderLayerException

Inheritance: System.Exception
Afficher le fichier Open project: ArtemisEngine/Artemis-Engine

Méthodes publiques

Méthode Description
RenderLayerException ( ) : System
RenderLayerException ( SerializationInfo info, StreamingContext context ) : System
RenderLayerException ( string msg ) : System
RenderLayerException ( string msg, Exception inner ) : System

Method Details

RenderLayerException() public méthode

public RenderLayerException ( ) : System
Résultat System

RenderLayerException() public méthode

public RenderLayerException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

RenderLayerException() public méthode

public RenderLayerException ( string msg ) : System
msg string
Résultat System

RenderLayerException() public méthode

public RenderLayerException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Résultat System