Class ClientErrorResponse
Defines a class for serializing exceptions derived from ClientErrorException.
Inherited Members
      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 : WebApiErrorResponseProperties
| Improve this Doc View SourceErrors
Gets or sets an array of ClientError objects.
Declaration
public ClientError[] Errors { get; set; }Property Value
| Type | Description | 
|---|---|
| ClientError[] | 
Methods
| Improve this Doc View SourceThrow()
Throws this ClientErrorResponse as a corresponding exception derived from ClientErrorException.
Declaration
public override void Throw()