Space Engineers
Public Member Functions | List of all members
ProtoBuf.ProtoException Class Reference

Indicates an error during serialization/deserialization of a proto stream. More...

Inheritance diagram for ProtoBuf.ProtoException:

Public Member Functions

 ProtoException ()
 Creates a new ProtoException instance. More...
 
 ProtoException (string message)
 Creates a new ProtoException instance. More...
 
 ProtoException (string message, Exception innerException)
 Creates a new ProtoException instance. More...
 

Detailed Description

Indicates an error during serialization/deserialization of a proto stream.

Definition at line 15 of file ProtoException.cs.

Constructor & Destructor Documentation

ProtoBuf.ProtoException.ProtoException ( )
inline

Creates a new ProtoException instance.

Definition at line 18 of file ProtoException.cs.

ProtoBuf.ProtoException.ProtoException ( string  message)
inline

Creates a new ProtoException instance.

Definition at line 21 of file ProtoException.cs.

ProtoBuf.ProtoException.ProtoException ( string  message,
Exception  innerException 
)
inline

Creates a new ProtoException instance.

Definition at line 24 of file ProtoException.cs.


The documentation for this class was generated from the following file: