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
Afficher le fichier Open project: Microsoft/TSS.MSR

Méthodes publiques

Свойство Type Description
ErrorString string
RawResponse TpmRc

Méthodes publiques

Méthode Description
TpmException ( TpmRc rawResponse, string errorDescription ) : System

Method Details

TpmException() public méthode

public TpmException ( TpmRc rawResponse, string errorDescription ) : System
rawResponse TpmRc
errorDescription string
Résultat System

Property Details

ErrorString public_oe property

public string ErrorString
Résultat string

RawResponse public_oe property

public TpmRc RawResponse
Résultat TpmRc