'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetRecursiveMessage( _ ByVal ex As Exception _ ) As String
[Extension()] [NotNull()] public: static String^ GetRecursiveMessage( Exception^ ex )
Parameters
- ex
- The exception to return the message for