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

CircularDependencyException() protected method

Initializes a new instance of the CircularDependencyException class.
The /// /// parameter is /// /// . The class name is /// /// or /// /// is zero (0).
protected CircularDependencyException ( 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.
return System
		protected CircularDependencyException(SerializationInfo info, StreamingContext context) : base(info, context)
		{
		}
#endif

Same methods

CircularDependencyException::CircularDependencyException ( string message ) : System
CircularDependencyException::CircularDependencyException ( string message, ComponentModel component ) : System
CircularDependencyException::CircularDependencyException ( string message, Exception innerException ) : System
CircularDependencyException