AccessDeniedException Constructor (SerializationInfo, StreamingContext)
NOTE: This API is now obsolete.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Infrastructure
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", _
False)> _
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New AccessDeniedException(info, context)
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",
false)]
protected AccessDeniedException(
SerializationInfo info,
StreamingContext context
)
Parameters
- context
Type: System.Runtime.Serialization.StreamingContext
See Also
Reference
AccessDeniedException Overload
Microsoft.Office.Server.ApplicationRegistry.Infrastructure Namespace