C# 클래스 CsDebugScript.CommonUserTypes.InvalidSymbolsException

Exception that is being thrown when symbols are not valid.
상속: System.Exception
파일 보기 프로젝트 열기: southpolenator/WinDbgCs

공개 메소드들

메소드 설명
InvalidSymbolsException ( string message ) : System

Initializes a new instance of the InvalidSymbolsException class.

메소드 상세

InvalidSymbolsException() 공개 메소드

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