C# Class Mycroft.Messages.ParseException

Inheritance: System.Exception
Show file Open project: rit-sse-mycroft/core Class Usage Examples

Public Methods

Method Description
ParseException ( string received, string message ) : System
Serialize ( ) : string

Serialize this to exception to json as defined in Mycroft.Msg.MsgGeneralFailure.Serialize

ToString ( ) : string

Method Details

ParseException() public method

public ParseException ( string received, string message ) : System
received string
message string
return System

Serialize() public method

Serialize this to exception to json as defined in Mycroft.Msg.MsgGeneralFailure.Serialize
public Serialize ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string