• Version 4.4.3
Show / Hide Table of Contents

Class BufferOverflowException

This exception is thrown when the memory region does not have enough space.

Inheritance
object
Exception
BufferOverflowException
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)
Namespace: OnixS.SimpleBinaryEncoding
Assembly: OnixS.SimpleBinaryEncoding.dll
Syntax
public class BufferOverflowException : Exception, ISerializable

Constructors

BufferOverflowException(int)

Constructor.

Declaration
public BufferOverflowException(int requiredSpace)
Parameters
Type Name Description
int requiredSpace

The required size in bytes.

Properties

RequiredSpace

Declaration
public int RequiredSpace { get; }
Property Value
Type Description
int

The required size in bytes.

Implements

ISerializable
In this article
Back to top Copyright © Onix Solutions.
Generated by DocFX