Property InnerException
InnerException
Gets or sets the exception that is the cause of the current exception, or a null reference if no inner exception is specified.
public Exception? InnerException { get; set; }
Gets or sets the exception that is the cause of the current exception, or a null reference if no inner exception is specified.
public Exception? InnerException { get; set; }