Class McpException
public class McpException : Exception
- Inheritance
-
objectExceptionMcpException
- Derived
Constructors
McpException(string, int, string)
public McpException(string type, int code, string message)
Parameters
typestringcodeintmessagestring
Properties
Code
public int Code { get; }
Property Value
- int
Type
public string Type { get; set; }
Property Value
- string