C# Class ICSharpCode.AvalonEdit.Editing.DragDropException

Inheritance: Exception
Afficher le fichier Open project: keutmann/SPM

Méthodes publiques

Méthode Description
DragDropException ( ) : System

Creates a new DragDropException.

DragDropException ( string message ) : System

Creates a new DragDropException.

DragDropException ( string message, Exception innerException ) : System

Creates a new DragDropException.

Méthodes protégées

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

Deserializes a DragDropException.

Method Details

DragDropException() public méthode

Creates a new DragDropException.
public DragDropException ( ) : System
Résultat System

DragDropException() protected méthode

Deserializes a DragDropException.
protected DragDropException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
Résultat System

DragDropException() public méthode

Creates a new DragDropException.
public DragDropException ( string message ) : System
message string
Résultat System

DragDropException() public méthode

Creates a new DragDropException.
public DragDropException ( string message, Exception innerException ) : System
message string
innerException Exception
Résultat System