System.SystemException.SystemException C# (CSharp) Method

SystemException() public method

public SystemException ( String message ) : System
message String
return System
        public SystemException(String message) 
            : base(message) {
        }
        

Same methods

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