C# 클래스 CDP4Common.Exceptions.Cdp4ModelValidationException

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

공개 메소드들

메소드 설명
Cdp4ModelValidationException ( ) : System

Initializes a new instance of the Cdp4ModelValidationException class.

Cdp4ModelValidationException ( string message ) : System

Initializes a new instance of the Cdp4ModelValidationException class.

Cdp4ModelValidationException ( string message, Exception innerException ) : System

Initializes a new instance of the Cdp4ModelValidationException class.

보호된 메소드들

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

Initializes a new instance of the ContainmentException class.

메소드 상세

Cdp4ModelValidationException() 공개 메소드

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

Cdp4ModelValidationException() 보호된 메소드

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

Cdp4ModelValidationException() 공개 메소드

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

Cdp4ModelValidationException() 공개 메소드

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