Search Results for

    Show / Hide Table of Contents

    InsufficientCapacityException Class

    Namespace: Riptide
    Assembly: RiptideNetworking.dll

    The exception that is thrown when a Message does not contain enough unwritten bits to perform an operation.

    public class InsufficientCapacityException : Exception, ISerializable
    Inheritance
    object
    Exception
    InsufficientCapacityException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)

    Constructors

    InsufficientCapacityException()

    Initializes a new InsufficientCapacityException instance.

    InsufficientCapacityException(Message, int)

    Initializes a new InsufficientCapacityException instance and constructs an error message from the given information.

    InsufficientCapacityException(Message, int, string, int)

    Initializes a new InsufficientCapacityException instance and constructs an error message from the given information.

    InsufficientCapacityException(Message, string, int)

    Initializes a new InsufficientCapacityException instance and constructs an error message from the given information.

    InsufficientCapacityException(string)

    Initializes a new InsufficientCapacityException instance with a specified error message.

    InsufficientCapacityException(string, Exception)

    Initializes a new InsufficientCapacityException instance with a specified error message and a reference to the inner exception that is the cause of this exception.

    Fields

    RequiredBits

    The number of available bits the type requires in order to be added successfully.

    RiptideMessage

    The message with insufficient remaining capacity.

    TypeName

    The name of the type which could not be added to the message.

    • Improve this Doc
    • View Source
    • Support Riptide
    In This Article
    Back to top Copyright © Tom Weiland 2022
    Made with DocFX