C# 클래스 Spring.Objects.Factory.UnsatisfiedDependencyException

상속: Spring.Objects.Factory.ObjectCreationException
파일 보기 프로젝트 열기: spring-projects/spring-net

공개 메소드들

메소드 설명
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