C# 클래스 ICSharpCode.AvalonEdit.Editing.DragDropException

상속: Exception
파일 보기 프로젝트 열기: keutmann/SPM

공개 메소드들

메소드 설명
DragDropException ( ) : System

Creates a new DragDropException.

DragDropException ( string message ) : System

Creates a new DragDropException.

DragDropException ( string message, Exception innerException ) : System

Creates a new DragDropException.

보호된 메소드들

메소드 설명
DragDropException ( SerializationInfo info, StreamingContext context ) : System

Deserializes a DragDropException.

메소드 상세

DragDropException() 공개 메소드

Creates a new DragDropException.
public DragDropException ( ) : System
리턴 System

DragDropException() 보호된 메소드

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

DragDropException() 공개 메소드

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

DragDropException() 공개 메소드

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