ReportSecurityException Class

Represents the error that occurs when a report contains a security violation.

Namespace: Microsoft.Reporting.WebForms
Assembly: Microsoft.ReportViewer.WebForms (in microsoft.reportviewer.webforms.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Class ReportSecurityException
    Inherits ReportViewerException
'Usage
Dim instance As ReportSecurityException
[SerializableAttribute] 
public sealed class ReportSecurityException : ReportViewerException
[SerializableAttribute] 
public ref class ReportSecurityException sealed : public ReportViewerException
/** @attribute SerializableAttribute() */ 
public final class ReportSecurityException extends ReportViewerException
SerializableAttribute 
public final class ReportSecurityException extends ReportViewerException

Inheritance Hierarchy

System.Object
   System.Exception
     Microsoft.Reporting.WebForms.ReportViewerException
      Microsoft.Reporting.WebForms.ReportSecurityException

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

ReportSecurityException Members
Microsoft.Reporting.WebForms Namespace