C# Class ProtocolBuffers.ProtoFormatException

Inheritance: System.Exception
Afficher le fichier Open project: enyim/ProtoBuf

Méthodes publiques

Méthode Description
ProtoFormatException ( string message ) : System
ProtoFormatException ( string message, Exception innerException ) : System

Method Details

ProtoFormatException() public méthode

public ProtoFormatException ( string message ) : System
message string
Résultat System

ProtoFormatException() public méthode

public ProtoFormatException ( string message, Exception innerException ) : System
message string
innerException System.Exception
Résultat System