C# Class Tpm2Lib.TssException

Represents exceptions generated by the TSS.Net library. Encapsulates call stack at the point where the exception was generated. Serves as the base for the TpmException class.
Inheritance: System.Exception
Afficher le fichier Open project: Microsoft/TSS.MSR

Méthodes publiques

Свойство Type Description
CallerStack System.Diagnostics.StackTrace

Méthodes publiques

Méthode Description
TssException ( string message ) : System

Method Details

TssException() public méthode

public TssException ( string message ) : System
message string
Résultat System

Property Details

CallerStack public_oe property

public StackTrace,System.Diagnostics CallerStack
Résultat System.Diagnostics.StackTrace