Class ServerErrorResponse
Defines a class for serializing instances of ServerErrorException.
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 ServerErrorResponse : WebApiErrorResponse
  Properties
| Improve this Doc View SourceErrorMessage
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 SourceThrow()
Throws this ServerErrorResponse as a corresponding exception derived from ServerErrorException.
Declaration
public override void Throw()