Castle.MicroKernel.ComponentNotFoundException.ComponentNotFoundException C# (CSharp) Method

ComponentNotFoundException() public method

Initializes a new instance of the ComponentNotFoundException class.
public ComponentNotFoundException ( 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 ComponentNotFoundException(SerializationInfo info, StreamingContext context)
			: base(info, context)
		{
		}
#endif

Same methods

ComponentNotFoundException::ComponentNotFoundException ( Type service ) : System
ComponentNotFoundException::ComponentNotFoundException ( Type service, string message ) : System
ComponentNotFoundException::ComponentNotFoundException ( string name, Type service, int countOfHandlersForTheService ) : System
ComponentNotFoundException::ComponentNotFoundException ( string name, string message ) : System