Table of Contents

Class McpException

Namespace
Glitch9.AIDevKit
public class McpException : Exception
Inheritance
object
Exception
McpException
Derived

Constructors

McpException(string, int, string)

public McpException(string type, int code, string message)

Parameters

type string
code int
message string

Properties

Code

public int Code { get; }

Property Value

int

Type

public string Type { get; set; }

Property Value

string