C# Class 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.
Inheritance: TssException
显示文件 Open project: Microsoft/TSS.MSR

Public Properties

Property Type Description
ErrorString string
RawResponse TpmRc

Public Methods

Method Description
TpmException ( TpmRc rawResponse, string errorDescription ) : System

Method Details

TpmException() public method

public TpmException ( TpmRc rawResponse, string errorDescription ) : System
rawResponse TpmRc
errorDescription string
return System

Property Details

ErrorString public_oe property

public string ErrorString
return string

RawResponse public_oe property

public TpmRc RawResponse
return TpmRc