Konstruktor ReportServerException — (SerializationInfo, StreamingContext)
Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Initializes a new instance of the ReportServerException class with serialized data.
Przestrzeń nazw: Microsoft.Reporting.WebForms
Zestaw: Microsoft.ReportViewer.WebForms (w Microsoft.ReportViewer.WebForms.dll)
Składnia
'Deklaracja
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected ReportServerException(
SerializationInfo info,
StreamingContext context
)
protected:
ReportServerException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> ReportServerException
protected function ReportServerException(
info : SerializationInfo,
context : StreamingContext
)
Parametry
- info
Typ: SerializationInfo
The SerializationInfo that holds the serialized data about the exception being thrown.
- context
Typ: StreamingContext
The contextual information about the source or destination.