C# Class Spring.Objects.Factory.ObjectDefinitionException

Inheritance: System.Exception
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
ObjectDefinitionException ( ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string name ) : System

Creates a new instance of the ObjectDefinitionException class.

ObjectDefinitionException ( string message, Exception rootCause ) : System

Creates a new instance of the ObjectDefinitionException class.

Méthodes protégées

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

Creates a new instance of the ObjectDefinitionException class.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

ObjectDefinitionException() public méthode

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( ) : System
Résultat System

ObjectDefinitionException() protected méthode

Creates a new instance of the ObjectDefinitionException class.
protected ObjectDefinitionException ( 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. ///
Résultat System

ObjectDefinitionException() public méthode

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string name ) : System
name string /// The value of the xml class attribute thet can be resolved /// as a type ///
Résultat System

ObjectDefinitionException() public méthode

Creates a new instance of the ObjectDefinitionException class.
public ObjectDefinitionException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
Résultat System