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