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

ComponentRegistrationException() public method

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

Same methods

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