C# 클래스 Indiefreaks.Xna.Core.ContentLoadingException

Exception raised when something went wrong while loading content using the synchronous or asynchronous function
상속: CoreException
파일 보기 프로젝트 열기: Indiefreaks/igf

공개 메소드들

메소드 설명
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