C# 클래스 Microsoft.CTStore.NotFoundException

상속: Microsoft.CTStore.OperationFailedException
파일 보기 프로젝트 열기: microsoft/EmbeddedSocial-Service

공개 메소드들

메소드 설명
NotFoundException ( ) : System

Initializes a new instance of the NotFoundException class

NotFoundException ( string message, int operationIndex, Exception innerException ) : System

Initializes a new instance of the NotFoundException class

비공개 메소드들

메소드 설명
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
NotFoundException ( SerializationInfo info, StreamingContext context ) : System

메소드 상세

NotFoundException() 공개 메소드

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

NotFoundException() 공개 메소드

Initializes a new instance of the NotFoundException class
public NotFoundException ( string message, int operationIndex, Exception innerException ) : System
message string Exception message
operationIndex int Operation index
innerException Exception Inner exception
리턴 System