C# Class Indiefreaks.Xna.Core.CoreException

General Engine exception
Inheritance: System.Exception
Exibir arquivo Open project: Indiefreaks/igf

Public Methods

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

Method Details

CoreException() public method

public CoreException ( ) : System
return System

CoreException() public method

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

CoreException() public method

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