ConversionFailedException

ConversionFailedException class

Conversion failed exception

public class ConversionFailedException : Exception

Constructors

Name Description
ConversionFailedException() Default constructor
ConversionFailedException(ConvertedContext, Exception) Creates an exception with a specific message and propagates the inner exception

Properties

Name Description
ConversionContext { get; } Conversion context that caused the conversion to fail
Exception { get; } Exception that caused the conversion to fail

See Also