C# Class Mono.Debugger.TargetMemoryException

Inheritance: TargetException
Afficher le fichier Open project: baulig/debugger

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TargetMemoryException ( ) : System
TargetMemoryException ( TargetAddress address ) : System
TargetMemoryException ( TargetAddress address, int size ) : System
TargetMemoryException ( string message ) : System

Méthodes protégées

Méthode Description
TargetMemoryException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

TargetMemoryException() public méthode

public TargetMemoryException ( ) : System
Résultat System

TargetMemoryException() protected méthode

protected TargetMemoryException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

TargetMemoryException() public méthode

public TargetMemoryException ( TargetAddress address ) : System
address TargetAddress
Résultat System

TargetMemoryException() public méthode

public TargetMemoryException ( TargetAddress address, int size ) : System
address TargetAddress
size int
Résultat System

TargetMemoryException() public méthode

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