C# 클래스 Tpm2Lib.TpmException

Represents and encapsulates TPM error codes. Generally TSS.Net propagates TPM errors as exceptions, although this behavior can be overridden with _ExpectError(), _AllowError(), etc.
상속: TssException
파일 보기 프로젝트 열기: Microsoft/TSS.MSR

공개 프로퍼티들

프로퍼티 타입 설명
ErrorString string
RawResponse TpmRc

공개 메소드들

메소드 설명
TpmException ( TpmRc rawResponse, string errorDescription ) : System

메소드 상세

TpmException() 공개 메소드

public TpmException ( TpmRc rawResponse, string errorDescription ) : System
rawResponse TpmRc
errorDescription string
리턴 System

프로퍼티 상세

ErrorString 공개적으로 프로퍼티

public string ErrorString
리턴 string

RawResponse 공개적으로 프로퍼티

public TpmRc RawResponse
리턴 TpmRc