The exception that is thrown when a conversion is invalid.
- Namespace
- Statiq
.Common - Interfaces
-
- ISerializable
- Base Types
-
- object
- Exception
- SystemException
- Invalid
Operation Exception
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 |
---|---|
Invalid |
Initializes a new instance of the InvalidConversionException class.
|