ReportEmptyException Constructor (String)
Initializes a new instance of the ReportEmptyException with the specified message.
Namespace: Microsoft.Office.RecordsManagement.Reporting
Assembly: Microsoft.Office.Policy (in Microsoft.Office.Policy.dll)
Syntax
'Declaration
Public Sub New ( _
message As String _
)
'Usage
Dim message As String
Dim instance As New ReportEmptyException(message)
public ReportEmptyException(
string message
)
Parameters
message
Type: System.StringThe exception message.