Class McpException
Assembly: Glitch9.AIDevKit.dll
Syntax
public class McpException : Exception, ISerializable
Constructors
|
Edit this page
View Source
McpException(string, int, string)
Declaration
public McpException(string type, int statusCode, string message)
Parameters
Properties
|
Edit this page
View Source
StatusCode
Declaration
public int StatusCode { get; }
Property Value
|
Edit this page
View Source
Type
Declaration
public string Type { get; set; }
Property Value
Implements
Extension Methods