Compartir a través de


ParseException Constructor (SerializationInfo, StreamingContext)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Namespace:  System.Dataflow
Assembly:  System.Dataflow (in System.Dataflow.dll)

Syntax

'Declaration
ProtectedSubNew ( _
    infoAsSerializationInfo, _
    contextAsStreamingContext _
)
'Usage
DiminfoAsSerializationInfoDimcontextAsStreamingContextDiminstanceAs NewParseException(info, context)
protectedParseException(
    SerializationInfoinfo,
    StreamingContextcontext
)
protected:
ParseException(
    SerializationInfo^ info, 
    StreamingContextcontext
)
protectedfunctionParseException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

ParseException Class

ParseException Members

ParseException Overload

System.Dataflow Namespace