MissingDataSourceCredentialsException Class
Represents an exception that occurs when credentials have not been supplied for a data source used by a report.
Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public NotInheritable Class MissingDataSourceCredentialsException
Inherits ReportViewerException
'Usage
Dim instance As MissingDataSourceCredentialsException
[SerializableAttribute]
public sealed class MissingDataSourceCredentialsException : ReportViewerException
[SerializableAttribute]
public ref class MissingDataSourceCredentialsException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */
public final class MissingDataSourceCredentialsException extends ReportViewerException
SerializableAttribute
public final class MissingDataSourceCredentialsException extends ReportViewerException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Reporting.WebForms.ReportViewerException
Microsoft.Reporting.WebForms.MissingDataSourceCredentialsException
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
MissingDataSourceCredentialsException Members
Microsoft.Reporting.WebForms Namespace