Table of Contents

Class SliceException

Namespace
ZeroC.Slice
Assembly
ZeroC.Slice.dll

Represents the base class for exceptions defined in Slice.

public abstract class SliceException : Exception, ISerializable
Inheritance
SliceException
Implements
Derived
Inherited Members

Methods

Encode(ref SliceEncoder)

Encodes this exception.

public void Encode(ref SliceEncoder encoder)

Parameters

encoder SliceEncoder

The Slice encoder.