C# Класс ProtocolBuffers.ProtoFormatException

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

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

Метод Описание
ProtoFormatException ( string message ) : System
ProtoFormatException ( string message, Exception innerException ) : System

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

ProtoFormatException() публичный метод

public ProtoFormatException ( string message ) : System
message string
Результат System

ProtoFormatException() публичный метод

public ProtoFormatException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Результат System