Classe MissingEndpointException
Rappresenta l'errore che si verifica quando non è possibile accedere all'endpoint SOAP utilizzato dal controllo ReportViewer.
Gerarchia di ereditarietà
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.ReportServerException
Microsoft.Reporting.WebForms.MissingEndpointException
Spazio dei nomi Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in Microsoft.ReportViewer.WebForms.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public NotInheritable Class MissingEndpointException _
Inherits ReportServerException
'Utilizzo
Dim instance As MissingEndpointException
[SerializableAttribute]
public sealed class MissingEndpointException : ReportServerException
[SerializableAttribute]
public ref class MissingEndpointException sealed : public ReportServerException
[<SealedAttribute>]
[<SerializableAttribute>]
type MissingEndpointException =
class
inherit ReportServerException
end
public final class MissingEndpointException extends ReportServerException
Nel tipo MissingEndpointException sono esposti i membri seguenti.
Proprietà
Nome | Descrizione | |
---|---|---|
Data | Ereditato da Exception. | |
ErrorCode | Restituisce il codice di errore dall'eccezione. Ereditato da ReportServerException. | |
HelpLink | Ereditato da Exception. | |
HResult | Ereditato da Exception. | |
InnerException | Ereditato da Exception. | |
Message | Ereditato da Exception. | |
Source | Ereditato da Exception. | |
StackTrace | Ereditato da Exception. | |
TargetSite | Ereditato da Exception. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetBaseException | Ereditato da Exception. | |
GetHashCode | Ereditato da Object. | |
GetObjectData | Infrastruttura. Ereditato da ReportServerException. | |
GetType | Ereditato da Exception. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Exception. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.