[This is preliminary documentation and is subject to change.]
Write this exception and all of its nested exceptions to the logging framework. For
any exception that is not associated with a zone, the supplied default
Category will be used. Otherwise the Category of the zone is used.
| C# | Visual Basic | Visual C++ |
public virtual void Log( ILog def )
Public Overridable Sub Log ( _ def As ILog _ )
public: virtual void Log ( ILog^ def )
- def (ILog)