C# 클래스 B1PP.Extensions.SDK.UI.InvalidSpecificItemTypeException

상속: Exception
파일 보기 프로젝트 열기: pedromagueija/b1pp 1 사용 예제들

공개 메소드들

메소드 설명
InvalidSpecificItemTypeException ( ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

InvalidSpecificItemTypeException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

보호된 메소드들

메소드 설명
InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the InvalidSpecificItemTypeException class.

메소드 상세

InvalidSpecificItemTypeException() 공개 메소드

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

InvalidSpecificItemTypeException() 보호된 메소드

Initializes a new instance of the InvalidSpecificItemTypeException class.
protected InvalidSpecificItemTypeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context StreamingContext /// The that contains contextual /// information about the source or destination. ///
리턴 System

InvalidSpecificItemTypeException() 공개 메소드

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

InvalidSpecificItemTypeException() 공개 메소드

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