C# Класс Spring.Core.MethodInvocationException

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

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

Метод Описание
MethodInvocationException ( ) : System

Creates a new instance of the MethodInvocationException class.

MethodInvocationException ( Exception ex, Spring.Core.PropertyChangeEventArgs argument ) : System

Constructor to use when an exception results from a System.ComponentModel.PropertyChangedEventArgs.

MethodInvocationException ( string message ) : System

Creates a new instance of the MethodInvocationException class.

MethodInvocationException ( string message, Exception rootCause ) : System

Creates a new instance of the MethodInvocationException class.

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

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

Creates a new instance of the MethodInvocationException class.

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

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

Creates a new instance of the MethodInvocationException class.
public MethodInvocationException ( ) : System
Результат System

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

Constructor to use when an exception results from a System.ComponentModel.PropertyChangedEventArgs.
public MethodInvocationException ( Exception ex, Spring.Core.PropertyChangeEventArgs argument ) : System
ex System.Exception /// The raised by the invoked property. ///
argument Spring.Core.PropertyChangeEventArgs /// The that /// resulted in an exception. ///
Результат System

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

Creates a new instance of the MethodInvocationException class.
protected MethodInvocationException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The /// that holds the serialized object data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The /// that contains contextual information about the source or destination. ///
Результат System

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

Creates a new instance of the MethodInvocationException class.
public MethodInvocationException ( string message ) : System
message string /// A message about the exception. ///
Результат System

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

Creates a new instance of the MethodInvocationException class.
public MethodInvocationException ( string message, Exception rootCause ) : System
message string /// A message about the exception. ///
rootCause System.Exception /// The root exception that is being wrapped. ///
Результат System