C# Class Artemis.Engine.Graphics.RenderOrderException

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

Méthodes publiques

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

Method Details

RenderOrderException() public méthode

public RenderOrderException ( ) : System
Résultat System

RenderOrderException() public méthode

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

RenderOrderException() public méthode

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

RenderOrderException() public méthode

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