C# Class Indiefreaks.Xna.Core.ContentLoadingException

Exception raised when something went wrong while loading content using the synchronous or asynchronous function
Inheritance: CoreException
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

Méthode Description
ContentLoadingException ( ) : System
ContentLoadingException ( string message ) : System
ContentLoadingException ( string message, Exception innerException ) : System

Method Details

ContentLoadingException() public méthode

public ContentLoadingException ( ) : System
Résultat System

ContentLoadingException() public méthode

public ContentLoadingException ( string message ) : System
message string
Résultat System

ContentLoadingException() public méthode

public ContentLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System