RingBufferPlus API:RingBufferException
RingBufferException
Namespace: RingBufferPlus
Represents the Exception by RingBufferPlus.
public class RingBufferException : System.Exception, System.Runtime.Serialization.ISerializable
Inheritance Object → Exception → RingBufferException
Implements ISerializable
Properties
Data
public IDictionary Data { get; }
Property Value
HelpLink
public string HelpLink { get; set; }
Property Value
HResult
public int HResult { get; set; }
Property Value
InnerException
public Exception InnerException { get; }
Property Value
Message
public string Message { get; }
Property Value
NameRingBuffer
Name of ring buffer
public string NameRingBuffer { get; }
Property Value
Source
public string Source { get; set; }
Property Value
StackTrace
public string StackTrace { get; }
Property Value
TargetSite
public MethodBase TargetSite { get; }
Property Value
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.