System.SystemException.SystemException C# (CSharp) Method

SystemException() public method

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

Same methods

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