C# Class Mycroft.Messages.ParseException

Inheritance: System.Exception
Afficher le fichier Open project: rit-sse-mycroft/core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public ParseException ( string received, string message ) : System
received string
message string
Résultat System

Serialize() public méthode

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

ToString() public méthode

public ToString ( ) : string
Résultat string