C# Class Spring.Core.PropertyAccessException

Inheritance: Spring.Util.ReflectionException, IErrorCoded
Afficher le fichier Open project: spring-projects/spring-net Class Usage Examples

Méthodes protégées

Méthode Description
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.

Private Methods

Méthode Description
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

PropertyAccessException() protected méthode

Creates a new instance of the PropertyAccessException class.
protected PropertyAccessException ( ) : System
Résultat System

PropertyAccessException() protected méthode

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. ///
Résultat System

PropertyAccessException() protected méthode

Creates a new instance of the PropertyAccessException class.
protected PropertyAccessException ( string message ) : System
message string /// A message about the exception. ///
Résultat System

PropertyAccessException() protected méthode

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. ///
Résultat System

PropertyAccessException() protected méthode

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.
Résultat System

PropertyAccessException() protected méthode

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. ///
Résultat System