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.
|
Method | Description | |
---|---|---|
DragDropException ( SerializationInfo info, StreamingContext context ) : System |
Deserializes a DragDropException.
|
protected DragDropException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo | |
context | StreamingContext | |
return | System |
public DragDropException ( string message ) : System | ||
message | string | |
return | System |
public DragDropException ( string message, Exception innerException ) : System | ||
message | string | |
innerException | Exception | |
return | System |