CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
Details_SystemException Class Reference

A base class for classes that represent system (rather than application) exceptions. Never create instances of this class manually. Use the SystemException class instead. Never wrap the SystemException class instances into System::SmartPtr. More...

#include <exceptions.h>

Inherited by System::Details_ExceptionWithErrorCode< Details_SystemException >, System::Details_ExceptionWithFilename< Details_SystemException >, NUnit::Framework::Details_AssertionException, System::Threading::Details_ThreadAbortException, System::Web::Services::Protocols::Details_SoapException, System::Xml::Details_XmlException, System::Xml::Schema::Details_XmlSchemaException, System::Xml::XPath::Details_XPathException, and System::Xml::Xsl::Details_XsltException.

Detailed Description

A base class for classes that represent system (rather than application) exceptions. Never create instances of this class manually. Use the SystemException class instead. Never wrap the SystemException class instances into System::SmartPtr.