C# Class Artemis.Engine.Graphics.Animation.AAMLSyntaxException

Inheritance: System.Exception
Mostrar archivo Open project: ArtemisEngine/Artemis-Engine

Public Methods

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

Method Details

AAMLSyntaxException() public method

public AAMLSyntaxException ( ) : System
return System

AAMLSyntaxException() public method

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

AAMLSyntaxException() public method

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

AAMLSyntaxException() public method

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