메소드 | 설명 | |
---|---|---|
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.
|
protected UnknownAdviceTypeException ( SerializationInfo info, StreamingContext context ) : System | ||
info | SerializationInfo |
/// The |
context | StreamingContext |
/// The |
리턴 | System |
public UnknownAdviceTypeException ( object advice ) : System | ||
advice | object | The advice that caused the exception. |
리턴 | System |
public UnknownAdviceTypeException ( string message ) : System | ||
message | string | /// A message about the exception. /// |
리턴 | System |
public UnknownAdviceTypeException ( string message, Exception rootCause ) : System | ||
message | string | /// A message about the exception. /// |
rootCause | Exception | /// The root exception that is being wrapped. /// |
리턴 | System |