Smrf.NodeXL.ExcelTemplate.ExportWorkbookException.ExportWorkbookException C# (CSharp) Method

ExportWorkbookException() public method

Initializes a new instance of the class.
public ExportWorkbookException ( String message ) : System
message String /// Error message, suitable for displaying to the user. ///
return System
    public ExportWorkbookException
    (
        String message
    )
    : base(message)
    {
        // (Do nothing.)
    }