C# Class CSPspEmu.Core.Cpu.InvalidAddressException

Inheritance: System.Exception
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Méthode Description
InvalidAddressException ( string message ) : System
InvalidAddressException ( string message, Exception innerException ) : System
InvalidAddressException ( ulong Address ) : System
InvalidAddressException ( ulong Address, Exception innerException ) : System

Method Details

InvalidAddressException() public méthode

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

InvalidAddressException() public méthode

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

InvalidAddressException() public méthode

public InvalidAddressException ( ulong Address ) : System
Address ulong
Résultat System

InvalidAddressException() public méthode

public InvalidAddressException ( ulong Address, Exception innerException ) : System
Address ulong
innerException System.Exception
Résultat System