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

Inheritance: ArgumentException
显示文件 Open project: luizcarlosfaria/summer-net

Public Methods

Method 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.

Protected Methods

Method Description
UnknownAdviceTypeException ( SerializationInfo info, StreamingContext context ) : System

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

Method Details

UnknownAdviceTypeException() public method

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

UnknownAdviceTypeException() protected method

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. ///
return System

UnknownAdviceTypeException() public method

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.
return System

UnknownAdviceTypeException() public method

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. ///
return System

UnknownAdviceTypeException() public method

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. ///
return System