C# Class CDP4Common.Exceptions.IncompleteModelException

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

Public Methods

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

Protected Methods

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

Initializes a new instance of the IncompleteModelException class.

Method Details

IncompleteModelException() public method

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

IncompleteModelException() protected method

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

IncompleteModelException() public method

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

IncompleteModelException() public method

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