C# Class Castle.Facilities.EventWiring.EventWiringException

Inheritance: Castle.MicroKernel.Facilities.FacilityException
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

Méthode Description
EventWiringException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the EventWiringException class.

EventWiringException ( string message ) : System

Initializes a new instance of the EventWiringException class.

EventWiringException ( string message, Exception innerException ) : System

Initializes a new instance of the EventWiringException class.

Method Details

EventWiringException() public méthode

Initializes a new instance of the EventWiringException class.
public EventWiringException ( 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.
Résultat System

EventWiringException() public méthode

Initializes a new instance of the EventWiringException class.
public EventWiringException ( string message ) : System
message string The message.
Résultat System

EventWiringException() public méthode

Initializes a new instance of the EventWiringException class.
public EventWiringException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
Résultat System