C# Class Artemis.Engine.EffectorOperatorException

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

Public Methods

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

Method Details

EffectorOperatorException() public method

public EffectorOperatorException ( ) : System
return System

EffectorOperatorException() public method

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

EffectorOperatorException() public method

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

EffectorOperatorException() public method

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