ChangeTokenTooEarlyException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the ChangeTokenTooEarlyException class.
Namespace: Microsoft.Office.Server.UserProfiles
Assembly: Microsoft.Office.Server (in Microsoft.Office.Server.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 ChangeTokenTooEarlyException(i, c)
protected ChangeTokenTooEarlyException(
SerializationInfo i,
StreamingContext c
)
Parameters
- i
Type: System.Runtime.Serialization.SerializationInfo
The SerializationInfo object that holds the serialized object data about the exception being thrown.
- c
Type: System.Runtime.Serialization.StreamingContext
The StreamingContext object that contains contextual information about the source or destination.
See Also
Reference
ChangeTokenTooEarlyException Class
ChangeTokenTooEarlyException Members