Class BufferException
Namespace: OceanApocalypse.RSML.Toolchain.Abstractions.Panic
Assembly: RSML.Toolchain.Abstractions.dll
An exception that occurs in IBuffer and IBuffer types.
public class BufferException : IOException, ISerializable
Inheritance
Object ← Exception ← SystemException ← IOException ← BufferException
Implements
Inherited Members
Exception.GetBaseException(), 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.GetType(), Object.MemberwiseClone(), Object.ReferenceEquals(Object?, Object?), Object.ToString()
Constructors
BufferException()
Creates a new buffer exception with no message.
public BufferException()
BufferException(String)
Creates a new buffer exception with a custom error message.
public BufferException(String message)
Parameters
message String
The error message.
BufferException(String, Exception)
Creates a new buffer exception with a custom error message and a reference to the exception that caused this panic.
public BufferException(String message, Exception innerException)
Parameters
message String
The error message.
innerException Exception
The exception that led to the panic.