C# Class PicoXLSX.WorksheetNameAlreadxExistsException

Inheritance: System.Exception
Datei anzeigen Open project: rabanti-github/PicoXLSX

Public Methods

Method Description
WorksheetNameAlreadxExistsException ( ) : System

Default constructor

WorksheetNameAlreadxExistsException ( string message ) : System

Constructor with passed message

Method Details

WorksheetNameAlreadxExistsException() public method

Default constructor
public WorksheetNameAlreadxExistsException ( ) : System
return System

WorksheetNameAlreadxExistsException() public method

Constructor with passed message
public WorksheetNameAlreadxExistsException ( string message ) : System
message string Message of the exception
return System