C# 클래스 CDP4Common.Exceptions.IncompleteModelException

상속: Exception
파일 보기 프로젝트 열기: RHEAGROUP/COMET-SDK-Community-Edition

공개 메소드들

메소드 설명
IncompleteModelException ( ) : System

Initializes a new instance of the IncompleteModelException class.

IncompleteModelException ( string message ) : System

Initializes a new instance of the IncompleteModelException class.

IncompleteModelException ( string message, Exception innerException ) : System

Initializes a new instance of the IncompleteModelException class.

보호된 메소드들

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

Initializes a new instance of the IncompleteModelException class.

메소드 상세

IncompleteModelException() 공개 메소드

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

IncompleteModelException() 보호된 메소드

Initializes a new instance of the IncompleteModelException class.
protected IncompleteModelException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo /// The serialization data ///
context StreamingContext /// The ///
리턴 System

IncompleteModelException() 공개 메소드

Initializes a new instance of the IncompleteModelException class.
public IncompleteModelException ( string message ) : System
message string /// The exception message ///
리턴 System

IncompleteModelException() 공개 메소드

Initializes a new instance of the IncompleteModelException class.
public IncompleteModelException ( string message, Exception innerException ) : System
message string /// The exception message ///
innerException Exception /// A reference to the inner ///
리턴 System