ArcFM Engine Developer Guide
FeatureIdentificationException Constructor(SerializationInfo,StreamingContext)


The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the FeatureIdentificationException class.
Syntax
'Declaration
 
Protected Function New( _
   ByVal info As SerializationInfo, _
   ByVal context As StreamingContext _
)
'Usage
 
Dim info As SerializationInfo
Dim context As StreamingContext
 
Dim instance As New FeatureIdentificationException(info, context)
protected FeatureIdentificationException( 
   SerializationInfo info,
   StreamingContext context
)

Parameters

info
The System.Runtime.Serialization.SerializationInfo that holds the serialized object data about the exception being thrown.
context
The System.Runtime.Serialization.StreamingContext that contains contextual information about the source or destination.
Exceptions
ExceptionDescription
System.ArgumentNullExceptionThe info parameter is null.
System.Runtime.Serialization.SerializationExceptionThe class name is null or System.Exception.HResult is zero (0).
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureIdentificationException Class
FeatureIdentificationException Members
Overload List

 

 


Send Comment