Classe ScriptManagerNotFoundException
Exception levée si un contrôle ScriptManager n'est pas trouvé dans le formulaire Web.
Hiérarchie d'héritage
System.Object
System.Exception
System.SystemException
System.Configuration.ConfigurationException
System.Configuration.ConfigurationErrorsException
Microsoft.Reporting.WebForms.ScriptManagerNotFoundException
Espace de noms : Microsoft.Reporting.WebForms
Assembly : Microsoft.ReportViewer.WebForms (en Microsoft.ReportViewer.WebForms.dll)
Syntaxe
'Déclaration
<SerializableAttribute> _
Public NotInheritable Class ScriptManagerNotFoundException _
Inherits ConfigurationErrorsException
'Utilisation
Dim instance As ScriptManagerNotFoundException
[SerializableAttribute]
public sealed class ScriptManagerNotFoundException : ConfigurationErrorsException
[SerializableAttribute]
public ref class ScriptManagerNotFoundException sealed : public ConfigurationErrorsException
[<SealedAttribute>]
[<SerializableAttribute>]
type ScriptManagerNotFoundException =
class
inherit ConfigurationErrorsException
end
public final class ScriptManagerNotFoundException extends ConfigurationErrorsException
Le type ScriptManagerNotFoundException expose les membres suivants.
Propriétés
Nom | Description | |
---|---|---|
BareMessage | (hérité de ConfigurationErrorsException.) | |
Data | (hérité de Exception.) | |
Errors | (hérité de ConfigurationErrorsException.) | |
Filename | (hérité de ConfigurationErrorsException.) | |
HelpLink | (hérité de Exception.) | |
HResult | (hérité de Exception.) | |
InnerException | (hérité de Exception.) | |
Line | (hérité de ConfigurationErrorsException.) | |
Message | (hérité de ConfigurationErrorsException.) | |
Source | (hérité de Exception.) | |
StackTrace | (hérité de Exception.) | |
TargetSite | (hérité de Exception.) |
Haut de la page
Méthodes
Nom | Description | |
---|---|---|
Equals | (hérité de Object.) | |
Finalize | (hérité de Object.) | |
GetBaseException | (hérité de Exception.) | |
GetHashCode | (hérité de Object.) | |
GetObjectData | (hérité de ConfigurationErrorsException.) | |
GetType | (hérité de Exception.) | |
MemberwiseClone | (hérité de Object.) | |
ToString | (hérité de Exception.) |
Haut de la page
Notes
Dans Visual Studio 2010, le contrôle ReportViewer est un contrôle AJAX et requiert un objet ScriptManager sur le formulaire Web.
Sécurité des threads
Tous les membres publics static (Shared dans Visual Basic) de ce type sont thread-safe. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.