Constructeur ReportRenderingException (, Exception, Boolean)
Creates a new instance of the ReportRenderingException class.
Espace de noms : Microsoft.ReportingServices.OnDemandReportRendering
Assembly : Microsoft.ReportingServices.ProcessingCore (en Microsoft.ReportingServices.ProcessingCore.dll)
Syntaxe
'Déclaration
Public Sub New ( _
errCode As ErrorCode, _
innerException As Exception, _
unexpected As Boolean _
)
'Utilisation
Dim errCode As ErrorCode
Dim innerException As Exception
Dim unexpected As Boolean
Dim instance As New ReportRenderingException(errCode, _
innerException, unexpected)
public ReportRenderingException(
ErrorCode errCode,
Exception innerException,
bool unexpected
)
public:
ReportRenderingException(
ErrorCode errCode,
Exception^ innerException,
bool unexpected
)
new :
errCode:ErrorCode *
innerException:Exception *
unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
innerException : Exception,
unexpected : boolean
)
Paramètres
- errCode
Type : ErrorCode
The error code.
- innerException
Type : System. . :: . .Exception
An Exception object.
- unexpected
Type : System. . :: . .Boolean
Whether the exception is expected.