C# Class Indiefreaks.Xna.Core.CoreException

General Engine exception
Inheritance: System.Exception
Afficher le fichier Open project: Indiefreaks/igf

Méthodes publiques

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

Method Details

CoreException() public méthode

public CoreException ( ) : System
Résultat System

CoreException() public méthode

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

CoreException() public méthode

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