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

ImportWorkbookException() public method

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