C# Class Artemis.Engine.EffectorOperatorException

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

Méthodes publiques

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

Method Details

EffectorOperatorException() public méthode

public EffectorOperatorException ( ) : System
Résultat System

EffectorOperatorException() public méthode

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

EffectorOperatorException() public méthode

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

EffectorOperatorException() public méthode

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