Method | Description | |
---|---|---|
TypeMismatchException ( ) : System |
Creates a new instance of the TypeMismatchException class.
|
|
TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, |
Creates a new instance of the TypeMismatchException class describing the property and required type that could not used to set a property on the target object.
|
|
TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, |
Creates a new instance of the TypeMismatchException class describing the property, required type, and underlying exception that could not be used to set a property on the target object.
|
|
TypeMismatchException ( string message ) : System |
Creates a new instance of the TypeMismatchException class.
|
|
TypeMismatchException ( string message, |
Creates a new instance of the TypeMismatchException class.
|
Method | Description | |
---|---|---|
TypeMismatchException ( |
Creates a new instance of the TypeMismatchException class.
|
Method | Description | |
---|---|---|
BuildMessage ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, |
public TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, |
||
propertyChangeEventArgs | Spring.Core.PropertyChangeEventArgs | /// The description of the property that was to be changed. /// |
requiredType | The target conversion type. | |
return | System |
public TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, |
||
propertyChangeEventArgs | Spring.Core.PropertyChangeEventArgs | /// The description of the property that was to be changed. /// |
requiredType | The target conversion type. | |
rootCause | The underlying exception. | |
return | System |
protected TypeMismatchException ( |
||
info |
/// The |
|
context |
/// The |
|
return | System |
public TypeMismatchException ( string message ) : System | ||
message | string | /// A message about the exception. /// |
return | System |
public TypeMismatchException ( string message, |
||
message | string | /// A message about the exception. /// |
rootCause | /// The root exception that is being wrapped. /// | |
return | System |