Spring.Core.TypeMismatchException.TypeMismatchException C# (CSharp) Method

TypeMismatchException() public method

Creates a new instance of the TypeMismatchException class.
public TypeMismatchException ( ) : System
return System
        public TypeMismatchException()
        {
        }

Same methods

TypeMismatchException::TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, Type requiredType ) : System
TypeMismatchException::TypeMismatchException ( Spring.Core.PropertyChangeEventArgs propertyChangeEventArgs, Type requiredType, Exception rootCause ) : System
TypeMismatchException::TypeMismatchException ( SerializationInfo info, StreamingContext context ) : System
TypeMismatchException::TypeMismatchException ( string message ) : System
TypeMismatchException::TypeMismatchException ( string message, Exception rootCause ) : System