C# 클래스 FdoToolbox.Core.FeatureServiceException

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

공개 메소드들

메소드 설명
FeatureServiceException ( ) : System

Initializes a new instance of the FeatureServiceException class.

FeatureServiceException ( string msg ) : System

Initializes a new instance of the FeatureServiceException class.

FeatureServiceException ( string msg, Exception inner ) : System

Initializes a new instance of the FeatureServiceException class.

보호된 메소드들

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

Initializes a new instance of the FeatureServiceException class.

메소드 상세

FeatureServiceException() 공개 메소드

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

FeatureServiceException() 보호된 메소드

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

FeatureServiceException() 공개 메소드

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

FeatureServiceException() 공개 메소드

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