IISLegacyVersionException Constructor (SerializationInfo, StreamingContext)
Namespace: Microsoft.VisualStudio.Enterprise.WebInstrument
Assembly: Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)
Syntax
protected IISLegacyVersionException(
SerializationInfo info,
StreamingContext context
)
protected:
IISLegacyVersionException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> IISLegacyVersionException
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
- context
Type: System.Runtime.Serialization.StreamingContext
See Also
IISLegacyVersionException Overload
IISLegacyVersionException Class
Microsoft.VisualStudio.Enterprise.WebInstrument Namespace
Return to top