Class ExceptionError
An error which is constructed from an exception.
public sealed class ExceptionError : Error
- Inheritance
-
ExceptionError
- Inherited Members
- Extension Methods
Constructors
ExceptionError(Exception)
An error which is constructed from an exception.
public ExceptionError(Exception exception)
Parameters
exception
ExceptionThe exception in the error.
Properties
Exception
The exception in the error.
public Exception Exception { get; }
Property Value
- Exception
- An error which is constructed from an exception.
Message
The exception in the error.
public override string Message { get; }
Property Value
- string
- An error which is constructed from an exception.