dotNet Protector API

Runtime.EncodeTrace Method (Exception)

Trace Encoder. Encodes a StrackTrace in a way it can be decoded with the matching traceinfo.

[Visual Basic]
Overloads Public Shared Function EncodeTrace( _
   ByVal Ex As Exception _
) As String
[C#]
public static string EncodeTrace(
   Exception Ex
);

Parameters

Ex
Exception from which the Stack Trace should be encoded

Return Value

The encoded stack trace.

See Also

Runtime Class | PvLogiciels.dotNetProtector Namespace | Runtime.EncodeTrace Overload List

Send comments about this topic to PV Logiciels