System.SystemException.SystemException C# (CSharp) Method

SystemException() public method

public SystemException ( ) : System
return System
        public SystemException() 
            : base("System error.") {
        }
        

Same methods

SystemException::SystemException ( SerializationInfo info, StreamingContext context ) : System
SystemException::SystemException ( String message ) : System
SystemException::SystemException ( String message, Exception innerException ) : System
SystemException