Class ConvertException
ConvertException class
Exception for conversion cases
public sealed class ConvertException : PubException
Constructors
Name | Description |
---|
ConvertException(string) | Initializes a new instance of the ConvertException class. |
ConvertException(string, Exception) | Initializes a new instance of the ConvertException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Properties
Name | Description |
---|
override Message { get; } | Gets a message that describes the current exception. |
override StackTrace { get; } | Gets a string representation of the immediate frames on the call stack. |
See Also