## Expected Behavior `ErrorException` field can be null, but is not marked as nullable. Should be ```cs Exception? ErrorException { get; set; } ``` ## Specifications - Version: master
Expected Behavior
ErrorExceptionfield can be null, but is not marked as nullable.Should be
Specifications