C# Класс Spring.Aop.Framework.Adapter.UnknownAdviceTypeException

Наследование: ArgumentException
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Защищенные методы

Метод Описание
UnknownAdviceTypeException ( SerializationInfo info, StreamingContext context ) : System

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

Описание методов

UnknownAdviceTypeException() публичный Метод

Creates a new instance of the Spring.Aop.Framework.Adapter.UnknownAdviceTypeException class.
public UnknownAdviceTypeException ( ) : System
Результат System

UnknownAdviceTypeException() защищенный Метод

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. ///
Результат System

UnknownAdviceTypeException() публичный Метод

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.
Результат System

UnknownAdviceTypeException() публичный Метод

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. ///
Результат System

UnknownAdviceTypeException() публичный Метод

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. ///
Результат System