Skip to content

ServiceError.Details property

Error details, like stack trace etc. Normally, this is only returned in development mode.

public string Details { get; set; }

See Also