Show / Hide Table of Contents

Class ServerErrorResponse

Defines a class for serializing instances of ServerErrorException.

Inheritance
System.Object
WebApiErrorResponse
ServerErrorResponse
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 ServerErrorResponse : WebApiErrorResponse

Properties

| Improve this Doc View Source

ErrorMessage

Gets or sets the error message that relates to the server error.

Declaration
public string ErrorMessage { get; set; }
Property Value
Type Description
System.String

Methods

| Improve this Doc View Source

Throw()

Throws this ServerErrorResponse as a corresponding exception derived from ServerErrorException.

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