C# Class CSPspEmu.Core.Cpu.InvalidAddressException

Inheritance: System.Exception
Show file Open project: soywiz/cspspemu

Public Methods

Method 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 method

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

InvalidAddressException() public method

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

InvalidAddressException() public method

public InvalidAddressException ( ulong Address ) : System
Address ulong
return System

InvalidAddressException() public method

public InvalidAddressException ( ulong Address, Exception innerException ) : System
Address ulong
innerException System.Exception
return System