C# Class CDP4Common.Exceptions.Cdp4ModelValidationException

Inheritance: Exception
Show file Open project: RHEAGROUP/COMET-SDK-Community-Edition

Public Methods

Method Description
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.

Protected Methods

Method Description
Cdp4ModelValidationException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the ContainmentException class.

Method Details

Cdp4ModelValidationException() public method

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

Cdp4ModelValidationException() protected method

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

Cdp4ModelValidationException() public method

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

Cdp4ModelValidationException() public method

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 ///
return System