OmlParseException Constructor (SerializationInfo, StreamingContext)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the OmlParseException class , using the supplied information to support serialization.

Namespace:  Microsoft.SolverFoundation.Common
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected OmlParseException(
    SerializationInfo info,
    StreamingContext context
)
protected:
OmlParseException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> OmlParseException
protected function OmlParseException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

OmlParseException Class

OmlParseException Overload

Microsoft.SolverFoundation.Common Namespace