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