C# 클래스 SymbolStores.SymbolStoreException

Indicates an error originating from an operation on a symbol store
상속: Exception
파일 보기 프로젝트 열기: googlestadia/vsi-lldb

공개 메소드들

메소드 설명
SymbolStoreException ( string message ) : System
SymbolStoreException ( string message, Exception e ) : System

메소드 상세

SymbolStoreException() 공개 메소드

public SymbolStoreException ( string message ) : System
message string
리턴 System

SymbolStoreException() 공개 메소드

public SymbolStoreException ( string message, Exception e ) : System
message string
e Exception
리턴 System