C# Class Indiefreaks.Xna.Core.ContentLoadingException

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

Public Methods

Method Description
ContentLoadingException ( ) : System
ContentLoadingException ( string message ) : System
ContentLoadingException ( string message, Exception innerException ) : System

Method Details

ContentLoadingException() public method

public ContentLoadingException ( ) : System
return System

ContentLoadingException() public method

public ContentLoadingException ( string message ) : System
message string
return System

ContentLoadingException() public method

public ContentLoadingException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System