C# 클래스 System.ItemNotFoundException

상속: Exception
파일 보기 프로젝트 열기: atc-net/atc

공개 메소드들

메소드 설명
ItemNotFoundException ( ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

ItemNotFoundException ( string message ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization

Initializes a new instance of the ItemNotFoundException class.

보호된 메소드들

메소드 설명
ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization

메소드 상세

ItemNotFoundException() 공개 메소드

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( ) : System.Runtime.Serialization
리턴 System.Runtime.Serialization

ItemNotFoundException() 보호된 메소드

protected ItemNotFoundException ( SerializationInfo serializationInfo, StreamingContext streamingContext ) : System.Runtime.Serialization
serializationInfo SerializationInfo
streamingContext StreamingContext
리턴 System.Runtime.Serialization

ItemNotFoundException() 공개 메소드

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( string message ) : System.Runtime.Serialization
message string The message that describes the error.
리턴 System.Runtime.Serialization

ItemNotFoundException() 공개 메소드

Initializes a new instance of the ItemNotFoundException class.
public ItemNotFoundException ( string message, Exception innerException ) : System.Runtime.Serialization
message string The error message that explains the reason for the exception.
innerException Exception The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified.
리턴 System.Runtime.Serialization