C# Class SymbolStores.SymbolStoreException

Indicates an error originating from an operation on a symbol store
Inheritance: Exception
显示文件 Open project: googlestadia/vsi-lldb

Public Methods

Method Description
SymbolStoreException ( string message ) : System
SymbolStoreException ( string message, Exception e ) : System

Method Details

SymbolStoreException() public method

public SymbolStoreException ( string message ) : System
message string
return System

SymbolStoreException() public method

public SymbolStoreException ( string message, Exception e ) : System
message string
e Exception
return System