asp.net.ph

SystemException Class

System Namespace


Defines the base class for predefined exceptions in the System namespace.

SystemException Class Members

Collapse   Constructors

Visibility Constructor Parameters
public SystemException ( )
public SystemException ( String message )
public SystemException ( String message , Exception innerException )

Remarks

SystemException is thrown by the common language runtime when errors occur that are nonfatal and recoverable by user programs. These errors result from failed runtime check ( such as an array out-of-bound error ), and can occur during the execution of any method. SystemException adds no new functionality to Exception.

SystemException uses the HRESULT COR_E_SYSTEM, which has the value 0x80131501.

For a list of initial property values for an instance of SystemException, see the SystemException constructors.

See Also

Exception Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note