Skip to the content.

RingBufferPlus API:RingBufferException

Build License NuGet Downloads

Back to List Api

RingBufferException

Namespace: RingBufferPlus

Represents the Exception by RingBufferPlus.

public class RingBufferException : System.Exception, System.Runtime.Serialization.ISerializable

Inheritance ObjectExceptionRingBufferException
Implements ISerializable

Properties

Data

public IDictionary Data { get; }

Property Value

IDictionary

public string HelpLink { get; set; }

Property Value

String

HResult

public int HResult { get; set; }

Property Value

Int32

InnerException

public Exception InnerException { get; }

Property Value

Exception

Message

public string Message { get; }

Property Value

String

NameRingBuffer

Name of ring buffer

public string NameRingBuffer { get; }

Property Value

String

Source

public string Source { get; set; }

Property Value

String

StackTrace

public string StackTrace { get; }

Property Value

String

TargetSite

public MethodBase TargetSite { get; }

Property Value

MethodBase

Constructors

RingBufferException()

Create empty RingBufferException..

public RingBufferException()

RingBufferException(String, String)

Create RingBufferException.

public RingBufferException(string name, string message)

Parameters

name String
Name of ring buffer.

message String
The message exception.

RingBufferException(String, String, Exception)

Create RingBufferException with inner exception.

public RingBufferException(string name, string message, Exception inner)

Parameters

name String
Name of ring buffer.

message String
The message exception.

inner Exception
The inner exception.


Back to List Api