C# Class ProtocolBuffers.ProtoFormatException

Inheritance: System.Exception
Exibir arquivo Open project: enyim/ProtoBuf

Public Methods

Method Description
ProtoFormatException ( string message ) : System
ProtoFormatException ( string message, Exception innerException ) : System

Method Details

ProtoFormatException() public method

public ProtoFormatException ( string message ) : System
message string
return System

ProtoFormatException() public method

public ProtoFormatException ( string message, Exception innerException ) : System
message string
innerException System.Exception
return System