C# 클래스 FdoToolbox.Core.FdoException

상속: System.Exception
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

공개 메소드들

메소드 설명
FdoException ( ) : System

Initializes a new instance of the FdoException class.

FdoException ( string msg ) : System

Initializes a new instance of the FdoException class.

FdoException ( string msg, Exception inner ) : System

Initializes a new instance of the FdoException class.

보호된 메소드들

메소드 설명
FdoException ( SerializationInfo serInfo, StreamingContext ctx ) : System

Initializes a new instance of the FdoException class.

비공개 메소드들

메소드 설명
FdoException ( OSGeo ex ) : System

메소드 상세

FdoException() 공개 메소드

Initializes a new instance of the FdoException class.
public FdoException ( ) : System
리턴 System

FdoException() 보호된 메소드

Initializes a new instance of the FdoException class.
protected FdoException ( SerializationInfo serInfo, StreamingContext ctx ) : System
serInfo System.Runtime.Serialization.SerializationInfo The serialization info.
ctx System.Runtime.Serialization.StreamingContext The streaming context.
리턴 System

FdoException() 공개 메소드

Initializes a new instance of the FdoException class.
public FdoException ( string msg ) : System
msg string The message.
리턴 System

FdoException() 공개 메소드

Initializes a new instance of the FdoException class.
public FdoException ( string msg, Exception inner ) : System
msg string The message.
inner System.Exception The inner exception.
리턴 System