C# Class CsDebugScript.CLR.ClrException

CLR code Exception. This is valid only if there is CLR loaded into debugging process.
Inheritance: Variable
Mostra file Open project: southpolenator/WinDbgCs

Public Methods

Method Description
ClrException ( Variable variable ) : System

Initializes a new instance of the ClrException class.

ToString ( ) : string

Returns a System.String that represents this instance.

Private Methods

Method Description
ClrException ( ClrThread clrThread, Microsoft clrException ) : System

Initializes a new instance of the ClrException class.

GetString ( string stringFieldName ) : string

Gets the string from the specified string field given by name.

ReadPointer ( byte buffer, int offset, int pointerSize ) : ulong

Reads the pointer from the specified buffer.

Method Details

ClrException() public method

Initializes a new instance of the ClrException class.
public ClrException ( Variable variable ) : System
variable Variable The variable.
return System

ToString() public method

Returns a System.String that represents this instance.
public ToString ( ) : string
return string