C# Класс Artemis.Engine.Assets.AssetLoadException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
AssetLoadException ( ) : System
AssetLoadException ( SerializationInfo info, StreamingContext context ) : System
AssetLoadException ( string msg ) : System
AssetLoadException ( string msg, Exception inner ) : System

Описание методов

AssetLoadException() публичный Метод

public AssetLoadException ( ) : System
Результат System

AssetLoadException() публичный Метод

public AssetLoadException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Результат System

AssetLoadException() публичный Метод

public AssetLoadException ( string msg ) : System
msg string
Результат System

AssetLoadException() публичный Метод

public AssetLoadException ( string msg, Exception inner ) : System
msg string
inner System.Exception
Результат System