Show / Hide Table of Contents

Class CKDebugException

Represents an internal debug exception that signals an unexpected state or logic error within the CoverageKiller DOM system.

Inheritance
object
Exception
CKDebugException
Implements
ISerializable
_Exception
Inherited Members
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.TargetSite
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: CoverageKiller2.Logging
Assembly: CoverageKiller2.dll
Syntax
public class CKDebugException : Exception, ISerializable, _Exception
Remarks

Version: CK2.00.02.0002

Constructors

CKDebugException()

Declaration
public CKDebugException()

CKDebugException(SerializationInfo, StreamingContext)

Declaration
protected CKDebugException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

CKDebugException(string)

Declaration
public CKDebugException(string msg)
Parameters
Type Name Description
string msg

CKDebugException(string, Exception)

Declaration
public CKDebugException(string msg, Exception innerException)
Parameters
Type Name Description
string msg
Exception innerException

Implements

ISerializable
_Exception

Extension Methods

PingService.PingPong<T>(T, string)
PingService.PingPong<T>(T, string, string)
PingService.PingPong<T, TResult>(T, Func<TResult>, string, string)
PingService.Ping<T>(T, string)
PingService.Ping<T>(T, string, string)
PingService.Ping<T>(T, Type[], string)
PingService.Pong<T>(T, string)
PingService.Pong<T>(T, string, string)
PingService.Pong<T>(T, Type, string)
PingService.Pong<T>(T, Type[], string)
PingService.Pong<T, TResult>(T, Func<TResult>, string, string)
In this article
Back to top Generated by DocFX