ReportEmptyException Constructor
Include Protected Members
Include Inherited Members
Initializes a new instance of a ReportEmptyException object.
Overload List
Name | Description | |
---|---|---|
ReportEmptyException() | Implements a new instance of the default constructor. | |
ReportEmptyException(String) | Initializes a new instance of the ReportEmptyException with the specified message. | |
ReportEmptyException(SerializationInfo, StreamingContext) | This member is reserved for internal use and is not intended to be used directly from your code. Initializes a new instance of a T:Microsoft.Office.RecordsManagement.Reporting.ReportEmptyException object. |
Top