ReportServerException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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)
参数
- info
- SerializationInfo
- context
- 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