C# Class Castle.MicroKernel.SubSystems.Conversion.ConverterException

Inheritance: System.Exception
Afficher le fichier Open project: castleproject/Windsor

Méthodes publiques

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

Initializes a new instance of the ConverterException class.

ConverterException ( string message ) : System

Initializes a new instance of the ConverterException class.

ConverterException ( string message, Exception innerException ) : System

Initializes a new instance of the ConverterException class.

Method Details

ConverterException() public méthode

Initializes a new instance of the ConverterException class.
public ConverterException ( 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

ConverterException() public méthode

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

ConverterException() public méthode

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