C# Class ICSharpCode.AvalonEdit.Editing.DragDropException

Inheritance: Exception
Exibir arquivo Open project: keutmann/SPM

Public Methods

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

Protected Methods

Method Description
DragDropException ( SerializationInfo info, StreamingContext context ) : System

Deserializes a DragDropException.

Method Details

DragDropException() public method

Creates a new DragDropException.
public DragDropException ( ) : System
return System

DragDropException() protected method

Deserializes a DragDropException.
protected DragDropException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo
context StreamingContext
return System

DragDropException() public method

Creates a new DragDropException.
public DragDropException ( string message ) : System
message string
return System

DragDropException() public method

Creates a new DragDropException.
public DragDropException ( string message, Exception innerException ) : System
message string
innerException Exception
return System