C# 클래스 Spring.Aop.Framework.Adapter.UnknownAdviceTypeException

상속: ArgumentException
파일 보기 프로젝트 열기: luizcarlosfaria/summer-net

공개 메소드들

메소드 설명
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