Class SliceException
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
SliceEncoderThe Slice encoder.