C# Class Artemis.Engine.Assets.AssetLoadException

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

Public Methods

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

Method Details

AssetLoadException() public method

public AssetLoadException ( ) : System
return System

AssetLoadException() public method

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

AssetLoadException() public method

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

AssetLoadException() public method

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