Geotools.Net

TopologyException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ApplicationException class with serialized data.

[Visual Basic]
Overloads Public Sub New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
[C#]
public TopologyException(
   SerializationInfo info,
   StreamingContext context
);

Parameters

info
The object that holds the serialized object data.
context
The contextual information about the source or destination.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.TopologyException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)

See Also

TopologyException Class | TopologyException Members | Geotools.Geometries Namespace | TopologyException Constructor Overload List