C# Class Spring.Aop.Framework.Adapter.UnknownAdviceTypeException

Inheritance: ArgumentException
Afficher le fichier Open project: luizcarlosfaria/summer-net

Méthodes publiques

Méthode Description
UnknownAdviceTypeException ( ) : System

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.

UnknownAdviceTypeException ( object advice ) : System

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.

UnknownAdviceTypeException ( string message ) : System

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class with the specified message.

UnknownAdviceTypeException ( string message, Exception rootCause ) : System

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class with the specified message and root cause.

Méthodes protégées

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

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.

Method Details

UnknownAdviceTypeException() public méthode

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.
public UnknownAdviceTypeException ( ) : System
Résultat System

UnknownAdviceTypeException() protected méthode

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.
protected UnknownAdviceTypeException ( SerializationInfo info, StreamingContext context ) : System
info SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context StreamingContext /// The /// that contains contextual information about the source or destination. ///
Résultat System

UnknownAdviceTypeException() public méthode

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.
public UnknownAdviceTypeException ( object advice ) : System
advice object The advice that caused the exception.
Résultat System

UnknownAdviceTypeException() public méthode

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class with the specified message.
public UnknownAdviceTypeException ( string message ) : System
message string /// A message about the exception. ///
Résultat System

UnknownAdviceTypeException() public méthode

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class with the specified message and root cause.
public UnknownAdviceTypeException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause Exception /// The root exception that is being wrapped. ///
Résultat System