C# Класс Mycroft.Messages.ParseException

Наследование: System.Exception
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
ParseException ( string received, string message ) : System
Serialize ( ) : string

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

ToString ( ) : string

Описание методов

ParseException() публичный Метод

public ParseException ( string received, string message ) : System
received string
message string
Результат System

Serialize() публичный Метод

Serialize this to exception to json as defined in Mycroft.Msg.MsgGeneralFailure.Serialize
public Serialize ( ) : string
Результат string

ToString() публичный Метод

public ToString ( ) : string
Результат string