Show / Hide Table of Contents

Class ClientErrorResponse

Defines a class for serializing exceptions derived from ClientErrorException.

Inheritance
System.Object
WebApiErrorResponse
ClientErrorResponse
Inherited Members
WebApiErrorResponse.ServiceStack
WebApiErrorResponse.StatusCode
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Juhta.Net.WebApi.Exceptions
Assembly: Juhta.Net.WebApi.Exceptions.dll
Syntax
public class ClientErrorResponse : WebApiErrorResponse

Properties

| Improve this Doc View Source

Errors

Gets or sets an array of ClientError objects.

Declaration
public ClientError[] Errors { get; set; }
Property Value
Type Description
ClientError[]

Methods

| Improve this Doc View Source

Throw()

Throws this ClientErrorResponse as a corresponding exception derived from ClientErrorException.

Declaration
public override void Throw()
Overrides
WebApiErrorResponse.Throw()
  • Improve this Doc
  • View Source
Back to top Copyright © 2017-2019 Juha Lähteenmäki
Generated by DocFX