C# Class Artemis.Engine.BodyConstructorException

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

Méthodes publiques

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

Method Details

BodyConstructorException() public méthode

public BodyConstructorException ( ) : System
Résultat System

BodyConstructorException() public méthode

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

BodyConstructorException() public méthode

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

BodyConstructorException() public méthode

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