Tpm2Lib.TssException.TssException C# (CSharp) Method

TssException() public method

public TssException ( string message ) : System
message string
return System
        public TssException(string message)
            : base(message)
        {
#if !TSS_NO_STACK
            CallerStack = new StackTrace(this, true);
#endif
        }
    }
TssException