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

Наследование: Spring.Util.ReflectionException, IErrorCoded
Показать файл Открыть проект Примеры использования класса

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

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

Creates a new instance of the PropertyAccessException class.

PropertyAccessException ( SerializationInfo info, StreamingContext context ) : System

Creates a new instance of the PropertyAccessExceptionsException class.

PropertyAccessException ( string message ) : System

Creates a new instance of the PropertyAccessException class.

PropertyAccessException ( string message, Exception rootCause ) : System

Creates a new instance of the PropertyAccessExceptionsException class.

PropertyAccessException ( string message, Spring.Core.PropertyChangeEventArgs propertyChangeEvent ) : System

Create a new instance of the PropertyAccessException class.

PropertyAccessException ( string message, Spring.Core.PropertyChangeEventArgs propertyChangeEvent, Exception rootCause ) : System

Create a new instance of the PropertyAccessException class.

Приватные методы

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

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

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

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

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

Creates a new instance of the PropertyAccessExceptionsException class.
protected PropertyAccessException ( 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

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

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

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

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

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

Create a new instance of the PropertyAccessException class.
protected PropertyAccessException ( string message, Spring.Core.PropertyChangeEventArgs propertyChangeEvent ) : System
message string /// A message about the exception. ///
propertyChangeEvent Spring.Core.PropertyChangeEventArgs Describes the change attempted on the property.
Результат System

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

Create a new instance of the PropertyAccessException class.
protected PropertyAccessException ( string message, Spring.Core.PropertyChangeEventArgs propertyChangeEvent, Exception rootCause ) : System
message string /// A message about the exception. ///
propertyChangeEvent Spring.Core.PropertyChangeEventArgs Describes the change attempted on the property.
rootCause System.Exception /// The root exception that is being wrapped. ///
Результат System