Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Tpm2Lib
TssException
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
显示文件
Open project: Microsoft/TSS.MSR
Public Properties
Property
Type
Description
CallerStack
System.Diagnostics.StackTrace
Public Methods
Method
Description
TssException
(
string
message
) :
System
Method Details
TssException()
public
method
public
TssException
(
string
message
) :
System
message
string
return
System
Property Details
CallerStack
public_oe property
public
StackTrace,System.Diagnostics
CallerStack
return
System.Diagnostics.StackTrace