Class ConversionException
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public class ConversionException : Exception, ISerializable
- Inheritance
-
ConversionException
- Implements
- Inherited Members
Constructors
ConversionException(string)
public ConversionException(string message)
Parameters
message
string
ConversionException(string, Exception)
public ConversionException(string message, Exception t)