InvalidConversionException Class
The exception that is thrown when a conversion is invalid.
Namespace
Statiq.Common
Interfaces
  • ISerializable
Base Types
  • object
  • Exception
  • SystemException
  • InvalidOperationException
graph BT Type-->Base0["InvalidOperationException"] Base0-->Base1["SystemException"] Base1-->Base2["Exception"] Base2-->Base3["object"] Type-.->Interface0["ISerializable"] Type["InvalidConversionException"] class Type type-node

Syntax

public class InvalidConversionException : InvalidOperationException, ISerializable

Remarks

Originally based on code from UniversalTypeConverter by Thorsten Bruning. Licensed under MS-PL. See https://www.codeproject.com/articles/248440/universal-type-converter.

Constructors

Name Summary
InvalidConversionException(object, Type) Initializes a new instance of the InvalidConversionException class.

Extension Methods