Table of Contents

Class WebServerInvokerJsonException

Namespace
Geotab.Checkmate.Web
Assembly
Geotab.Checkmate.ObjectModel.dll

The exception thrown for JSON errors in WebServerInvoker.

public class WebServerInvokerJsonException : Exception, ISerializable, IKnownError
Inheritance
WebServerInvokerJsonException
Implements
Inherited Members

Constructors

WebServerInvokerJsonException(string, string?, IDictionary<string, string>?)

Initializes a new instance of the WebServerInvokerJsonException class.

public WebServerInvokerJsonException(string message, string? stackTrace, IDictionary<string, string>? innerError = null)

Parameters

message string

The message.

stackTrace string

The stack trace.

innerError IDictionary<string, string>

The inner error.

Properties

InnerError

Gets the inner error.

public IDictionary<string, string>? InnerError { get; }

Property Value

IDictionary<string, string>

The inner error.

StackTrace

Gets a string representation of the frames on the call stack at the time the current exception was thrown.

public override string StackTrace { get; }

Property Value

string

A string that describes the immediate frames of the call stack.