C# Класс CDP4Common.Exceptions.IncompleteModelException

Наследование: Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
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