C# Class Mono.Debugger.TargetException

Inheritance: System.Exception, ISerializable
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Свойство Type Description
Type TargetError

Méthodes publiques

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
TargetException ( TargetError type ) : System
TargetException ( TargetError type, string message ) : System

Méthodes protégées

Méthode Description
GetMessage ( TargetError type ) : string
TargetException ( SerializationInfo info, StreamingContext context ) : System

Method Details

GetMessage() protected static méthode

protected static GetMessage ( TargetError type ) : string
type TargetError
Résultat string

GetObjectData() public méthode

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

TargetException() protected méthode

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

TargetException() public méthode

public TargetException ( TargetError type ) : System
type TargetError
Résultat System

TargetException() public méthode

public TargetException ( TargetError type, string message ) : System
type TargetError
message string
Résultat System

Property Details

Type public_oe property

public TargetError Type
Résultat TargetError