Creates a new instance of the SystemError class.
Creates a new instance of the SystemError class.
[Visual Basic] Overloads Public Sub New()
[C#] public SystemError();
[C++] public: SystemError();
[JScript] public function SystemError();
Creates a new instance of the SystemError class for the specified class.
[Visual Basic] Overloads Public Sub New(Integer)
[C#] public SystemError(int);
[C++] public: SystemError(int);
[JScript] public function SystemError(int);
SystemError Class | SystemError Members | System.Net Namespace