C# Class SymbolStores.SymbolStoreException

Indicates an error originating from an operation on a symbol store
Inheritance: Exception
Afficher le fichier Open project: googlestadia/vsi-lldb

Méthodes publiques

Méthode Description
SymbolStoreException ( string message ) : System
SymbolStoreException ( string message, Exception e ) : System

Method Details

SymbolStoreException() public méthode

public SymbolStoreException ( string message ) : System
message string
Résultat System

SymbolStoreException() public méthode

public SymbolStoreException ( string message, Exception e ) : System
message string
e Exception
Résultat System