C# Class Castle.MicroKernel.Resolvers.DependencyResolverException

Inheritance: System.Exception
Show file Open project: castleproject/Windsor

Public Methods

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

Initializes a new instance of the DependencyResolverException class.

DependencyResolverException ( string message ) : System

Initializes a new instance of the DependencyResolverException class.

DependencyResolverException ( string message, Exception innerException ) : System

Initializes a new instance of the DependencyResolverException class.

Method Details

DependencyResolverException() public method

Initializes a new instance of the DependencyResolverException class.
public DependencyResolverException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The object that holds the serialized object data.
context System.Runtime.Serialization.StreamingContext The contextual information about the source or destination.
return System

DependencyResolverException() public method

Initializes a new instance of the DependencyResolverException class.
public DependencyResolverException ( string message ) : System
message string The message.
return System

DependencyResolverException() public method

Initializes a new instance of the DependencyResolverException class.
public DependencyResolverException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System