Castle.MicroKernel.Resolvers.DependencyResolverException.DependencyResolverException C# (CSharp) Method

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
		public DependencyResolverException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
			ExceptionHelper.SetUp(this);
		}
#endif

Same methods

DependencyResolverException::DependencyResolverException ( string message ) : System
DependencyResolverException::DependencyResolverException ( string message, Exception innerException ) : System
DependencyResolverException