C# Класс Spring.Objects.Factory.ObjectDefinitionException

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

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

Метод Описание
ObjectDefinitionException ( ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string name ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string message, Exception rootCause ) : System

Creates a new instance of the ObjectDefinitionException class.

Защищенные методы

Метод Описание
ObjectDefinitionException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the ObjectDefinitionException class.

Приватные методы

Метод Описание
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Описание методов

ObjectDefinitionException() публичный Метод

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( ) : System
Результат System

ObjectDefinitionException() защищенный Метод

Creates a new instance of the ObjectDefinitionException class.
protected ObjectDefinitionException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
Результат System

ObjectDefinitionException() публичный Метод

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string name ) : System
name string /// The value of the xml class attribute thet can be resolved /// as a type ///
Результат System

ObjectDefinitionException() публичный Метод

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
Результат System