C# Class Spring.Objects.Factory.UnsatisfiedDependencyException

Inheritance: Spring.Objects.Factory.ObjectCreationException
ファイルを表示 Open project: spring-projects/spring-net

Public Methods

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

Protected Methods

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

Creates a new instance of the UnsatisfiedDependencyException class.

Method Details

UnsatisfiedDependencyException() public method

Creates a new instance of the UnsatisfiedDependencyException class.
public UnsatisfiedDependencyException ( ) : System
return System

UnsatisfiedDependencyException() protected method

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

UnsatisfiedDependencyException() public method

Creates a new instance of the UnsatisfiedDependencyException class.
public UnsatisfiedDependencyException ( string message ) : System
message string /// A message about the exception. ///
return System

UnsatisfiedDependencyException() public method

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

UnsatisfiedDependencyException() public method

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

UnsatisfiedDependencyException() public method

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