PersonalSiteExistsException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the PersonalSiteExistsException class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)
Syntax
'Declaration
Protected Sub New ( _
i As SerializationInfo, _
c As StreamingContext _
)
'Usage
Dim i As SerializationInfo
Dim c As StreamingContext
Dim instance As New PersonalSiteExistsException(i, c)
protected PersonalSiteExistsException(
SerializationInfo i,
StreamingContext c
)
Parameters
i
Type: System.Runtime.Serialization.SerializationInfoData needed to serialize or deserialize an object.
c
Type: System.Runtime.Serialization.StreamingContextSource and destination of a given serialized stream, which provides an additional caller-defined context.
See Also
Reference
PersonalSiteExistsException Class
PersonalSiteExistsException Members