System.SystemException.SystemException C# (CSharp) Метод

SystemException() публичный Метод

public SystemException ( ) : System
Результат 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