ReportRenderingException 建構 (String, Boolean)
Creates a new instance of the ReportRenderingException class.
命名空間: Microsoft.ReportingServices.OnDemandReportRendering
組件: Microsoft.ReportingServices.ProcessingCore (在 Microsoft.ReportingServices.ProcessingCore.dll 中)
語法
'宣告
Public Sub New ( _
message As String, _
unexpected As Boolean _
)
'用途
Dim message As String
Dim unexpected As Boolean
Dim instance As New ReportRenderingException(message, _
unexpected)
public ReportRenderingException(
string message,
bool unexpected
)
public:
ReportRenderingException(
String^ message,
bool unexpected
)
new :
message:string *
unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
message : String,
unexpected : boolean
)
參數
- message
型別:System. . :: . .String
The error message
- unexpected
型別:System. . :: . .Boolean
Whether the exception is expected.