C# Class Artemis.Engine.BodyConstructorException

Inheritance: System.Exception
Datei anzeigen Open project: ArtemisEngine/Artemis-Engine

Public Methods

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

Method Details

BodyConstructorException() public method

public BodyConstructorException ( ) : System
return System

BodyConstructorException() public method

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

BodyConstructorException() public method

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

BodyConstructorException() public method

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