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