'Declaration
Public Shared Function BuildExceptionTrace( _ ByVal exception As Exception _ ) As String
'Usage
Dim exception As Exception Dim value As String value = ServiceResult.BuildExceptionTrace(exception)
public: static String^ BuildExceptionTrace( Exception^ exception )
Parameters
- exception