Class McpHttpException
Implements
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpHttpException : McpException, ISerializable
Constructors
| Edit this page View SourceMcpHttpException(string, int, string)
Declaration
public McpHttpException(string type, int statusCode, string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | type | |
| int | statusCode | |
| string | message |