SystemException Constructor
.NET Framework (current version)
Initializes a new instance of the SystemException class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | SystemException() | Initializes a new instance of the SystemException class. |
![]() | SystemException(SerializationInfo, StreamingContext) | Initializes a new instance of the SystemException class with serialized data. |
![]() | SystemException(String) | Initializes a new instance of the SystemException class with a specified error message. |
![]() | SystemException(String, Exception) | Initializes a new instance of the SystemException class with a specified error message and a reference to the inner exception that is the cause of this exception. |
Show:

