C# Class Artemis.Engine.Graphics.AnimationStateLoopTypeException

Inheritance: System.Exception
Show file Open project: ArtemisEngine/Artemis-Engine

Public Methods

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

Method Details

AnimationStateLoopTypeException() public method

public AnimationStateLoopTypeException ( ) : System
return System

AnimationStateLoopTypeException() public method

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

AnimationStateLoopTypeException() public method

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

AnimationStateLoopTypeException() public method

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