C# Класс Indiefreaks.Xna.Core.ContentLoadingException

Exception raised when something went wrong while loading content using the synchronous or asynchronous function
Наследование: CoreException
Показать файл Открыть проект

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

Метод Описание
ContentLoadingException ( ) : System
ContentLoadingException ( string message ) : System
ContentLoadingException ( string message, Exception innerException ) : System

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

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

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

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

public ContentLoadingException ( string message ) : System
message string
Результат System

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

public ContentLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System