Initializes a new instance.
Namespace:
PerpetuumSoft.ReportingServices.Viewer.ServerAssembly: PerpetuumSoft.ReportingServices.Viewer.Server (in PerpetuumSoft.ReportingServices.Viewer.Server.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public NoDocumentException( string message, Exception inner ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ message As String, _ inner As Exception _ ) |
Visual C++ |
---|
public: NoDocumentException( String^ message, Exception^ inner ) |
Parameters
- message
- Type: System..::.String
Exception message.
- inner
- Type: System..::.Exception
Inner Exception.