Class WebServerInvokerJsonException
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
messagestringThe message.
stackTracestringThe stack trace.
innerErrorIDictionary<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.