Exception (Constructor) Summary Constructs a System.Exception object. Signatures Click on a signature to select it and view its documentation. public Exception() public Exception(string message) Usage public Exception() public Exception(string message) Parameters message The message for the exception object. Description Constructs a System.Exception object with no exception message. Constructs a System.Exception object with the specified exception message. Share HTML | BBCode | Direct Link