Class GetExceptionDetailsCommandResponse
Response for GetExceptionDetails
public sealed class GetExceptionDetailsCommandResponse : ICommandResponse<GetExceptionDetailsCommandSettings>, ICommandResponse- Inheritance
- 
      
      GetExceptionDetailsCommandResponse
- Implements
- Inherited Members
- Extension Methods
Properties
ExceptionDetails
Gets or sets the exceptionDetails
[JsonPropertyName("exceptionDetails")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public ExceptionDetails? ExceptionDetails { get; set; }