C# Class CsDebugScript.CommonUserTypes.InvalidSymbolsException

Exception that is being thrown when symbols are not valid.
Inheritance: System.Exception
Afficher le fichier Open project: southpolenator/WinDbgCs

Méthodes publiques

Méthode Description
InvalidSymbolsException ( string message ) : System

Initializes a new instance of the InvalidSymbolsException class.

Method Details

InvalidSymbolsException() public méthode

Initializes a new instance of the InvalidSymbolsException class.
public InvalidSymbolsException ( string message ) : System
message string The message that describes the error.
Résultat System