ReportServerException 构造函数

定义

重载

ReportServerException(SerializationInfo, StreamingContext)
ReportServerException(String, String, Exception)

ReportServerException(SerializationInfo, StreamingContext)

protected:
 ReportServerException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ReportServerException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
Protected Sub New (info As SerializationInfo, context As StreamingContext)

参数

适用于

ReportServerException(String, String, Exception)

protected:
 ReportServerException(System::String ^ message, System::String ^ errorCode, Exception ^ innerException);
protected ReportServerException (string message, string errorCode, Exception innerException);
Protected Sub New (message As String, errorCode As String, innerException As Exception)

参数

message
String
errorCode
String
innerException
Exception

适用于