Class CKDebugException
Represents an internal debug exception that signals an unexpected state or logic error
within the CoverageKiller DOM system.
Inheritance
CKDebugException
Assembly: CoverageKiller2.dll
Syntax
public class CKDebugException : Exception, ISerializable, _Exception
Constructors
CKDebugException()
Declaration
public CKDebugException()
CKDebugException(SerializationInfo, StreamingContext)
Declaration
protected CKDebugException(SerializationInfo info, StreamingContext context)
Parameters
CKDebugException(string)
Declaration
public CKDebugException(string msg)
Parameters
Type |
Name |
Description |
string |
msg |
|
CKDebugException(string, Exception)
Declaration
public CKDebugException(string msg, Exception innerException)
Parameters
Implements
Extension Methods