CalendarDataSet.CalendarExceptionsDataTable Constructor (SerializationInfo, StreamingContext)
Creates an instance of the CalendarExceptionsDataTable class by using separate parameters.
Namespace: [Calendar Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/Calendar.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/Calendar.asmx?wsdl
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
'Usage
Dim info As SerializationInfo
Dim context As StreamingContext
Dim instance As New CalendarDataSet.CalendarExceptionsDataTable(info, context)
protected CalendarExceptionsDataTable(
SerializationInfo info,
StreamingContext context
)
Parameters
- info
Type: System.Runtime.Serialization.SerializationInfo
Contains information that is needed to serialize or deserialize an object.
- context
Type: System.Runtime.Serialization.StreamingContext
Contains the source and destination of a given serialized stream.
See Also
Reference
CalendarDataSet.CalendarExceptionsDataTable Class
CalendarDataSet.CalendarExceptionsDataTable Members