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
Mostrar archivo 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