C# Class CDP4Common.Exceptions.IncompleteModelException

Inheritance: Exception
Afficher le fichier Open project: RHEAGROUP/COMET-SDK-Community-Edition

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
IncompleteModelException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the IncompleteModelException class.

Method Details

IncompleteModelException() public méthode

Initializes a new instance of the IncompleteModelException class.
public IncompleteModelException ( ) : System
Résultat System

IncompleteModelException() protected méthode

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

IncompleteModelException() public méthode

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

IncompleteModelException() public méthode

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 ///
Résultat System