C# Class Spring.Core.MethodInvocationException

Inheritance: PropertyAccessException
Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
MethodInvocationException ( ) : System

Creates a new instance of the MethodInvocationException class.

MethodInvocationException ( Exception ex, Spring.Core.PropertyChangeEventArgs argument ) : System

Constructor to use when an exception results from a System.ComponentModel.PropertyChangedEventArgs.

MethodInvocationException ( string message ) : System

Creates a new instance of the MethodInvocationException class.

MethodInvocationException ( string message, Exception rootCause ) : System

Creates a new instance of the MethodInvocationException class.

Méthodes protégées

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

Creates a new instance of the MethodInvocationException class.

Method Details

MethodInvocationException() public méthode

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

MethodInvocationException() public méthode

Constructor to use when an exception results from a System.ComponentModel.PropertyChangedEventArgs.
public MethodInvocationException ( Exception ex, Spring.Core.PropertyChangeEventArgs argument ) : System
ex System.Exception /// The raised by the invoked property. ///
argument Spring.Core.PropertyChangeEventArgs /// The that /// resulted in an exception. ///
Résultat System

MethodInvocationException() protected méthode

Creates a new instance of the MethodInvocationException class.
protected MethodInvocationException ( 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

MethodInvocationException() public méthode

Creates a new instance of the MethodInvocationException class.
public MethodInvocationException ( string message ) : System
message string /// A message about the exception. ///
Résultat System

MethodInvocationException() public méthode

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