C# 클래스 FdoToolbox.Core.MissingKeyException

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

공개 메소드들

메소드 설명
MissingKeyException ( ) : System

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg ) : System

Initializes a new instance of the MissingKeyException class.

MissingKeyException ( string msg, Exception inner ) : System

Initializes a new instance of the MissingKeyException class.

보호된 메소드들

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

Initializes a new instance of the MissingKeyException class.

메소드 상세

MissingKeyException() 공개 메소드

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

MissingKeyException() 보호된 메소드

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

MissingKeyException() 공개 메소드

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

MissingKeyException() 공개 메소드

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