ReportRenderingException 构造函数 (, String, Boolean)
Creates a new instance of the ReportRenderingException class.
命名空间: Microsoft.ReportingServices.OnDemandReportRendering
程序集: Microsoft.ReportingServices.ProcessingCore(在 Microsoft.ReportingServices.ProcessingCore.dll 中)
语法
声明
Public Sub New ( _
errCode As ErrorCode, _
message As String, _
unexpected As Boolean _
)
用法
Dim errCode As ErrorCode
Dim message As String
Dim unexpected As Boolean
Dim instance As New ReportRenderingException(errCode, _
message, unexpected)
public ReportRenderingException(
ErrorCode errCode,
string message,
bool unexpected
)
public:
ReportRenderingException(
ErrorCode errCode,
String^ message,
bool unexpected
)
new :
errCode:ErrorCode *
message:string *
unexpected:bool -> ReportRenderingException
public function ReportRenderingException(
errCode : ErrorCode,
message : String,
unexpected : boolean
)
参数
- errCode
类型:ErrorCode
The error code.
- message
类型:System. . :: . .String
The error message.
- unexpected
类型:System. . :: . .Boolean
Whether the exception is expected.