Interface IPhotonException
public interface IPhotonException
Properties
ContentType
string? ContentType { get; }
Property Value
ExceptionData
object? ExceptionData { get; set; }
Property Value
- object
Message
string? Message { get; }
Property Value
StackTrace
string? StackTrace { get; }
Property Value
StatusCode
HttpStatusCode StatusCode { get; set; }