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

Наследование: Spring.Objects.Factory.ObjectCreationException
Показать файл Открыть проект

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

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

Creates a new instance of the UnsatisfiedDependencyException class.

UnsatisfiedDependencyException ( string message ) : System

Creates a new instance of the UnsatisfiedDependencyException class.

UnsatisfiedDependencyException ( string message, Exception rootCause ) : System

Creates a new instance of the UnsatisfiedDependencyException class.

UnsatisfiedDependencyException ( string resourceDescription, string name, int argumentIndex, Type argumentType, string message ) : System

Creates a new instance of the UnsatisfiedDependencyException class.

UnsatisfiedDependencyException ( string resourceDescription, string name, string propertyName, string message ) : System

Creates a new instance of the UnsatisfiedDependencyException class.

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

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

Creates a new instance of the UnsatisfiedDependencyException class.

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

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

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

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

Creates a new instance of the UnsatisfiedDependencyException class.
protected UnsatisfiedDependencyException ( 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

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

Creates a new instance of the UnsatisfiedDependencyException class.
public UnsatisfiedDependencyException ( string message ) : System
message string /// A message about the exception. ///
Результат System

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

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

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

Creates a new instance of the UnsatisfiedDependencyException class.
public UnsatisfiedDependencyException ( string resourceDescription, string name, int argumentIndex, Type argumentType, string message ) : System
resourceDescription string /// The description of the resource associated with the object. ///
name string /// The name of the object that has the unsatisfied dependency. ///
argumentIndex int /// The constructor argument index at which the dependency is /// unsatisfied. ///
argumentType System.Type /// The of the constructor argument at /// which the dependency is unsatisfied. ///
message string /// A message about the exception. ///
Результат System

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

Creates a new instance of the UnsatisfiedDependencyException class.
public UnsatisfiedDependencyException ( string resourceDescription, string name, string propertyName, string message ) : System
resourceDescription string /// The description of the resource associated with the object. ///
name string /// The name of the object that has the unsatisfied dependency. ///
propertyName string /// The name identifying the property on which the dependency is /// unsatisfied. ///
message string /// A message about the exception. ///
Результат System