InvalidLoadProfileException Constructor (SerializationInfo, StreamingContext)
Initializes a new instance of the InvalidLoadProfileException class with serialized data.
Namespace: Microsoft.VisualStudio.TestTools.LoadTesting
Assembly: Microsoft.VisualStudio.QualityTools.LoadTestFramework (in Microsoft.VisualStudio.QualityTools.LoadTestFramework.dll)
Syntax
'Declaration
Protected Sub New ( _
info As SerializationInfo, _
context As StreamingContext _
)
protected InvalidLoadProfileException(
SerializationInfo info,
StreamingContext context
)
protected:
InvalidLoadProfileException(
SerializationInfo^ info,
StreamingContext context
)
new :
info:SerializationInfo *
context:StreamingContext -> InvalidLoadProfileException
protected function InvalidLoadProfileException(
info : SerializationInfo,
context : StreamingContext
)
Parameters
info
Type: SerializationInfoThe object that holds the serialized object data.
context
Type: StreamingContextThe contextual information about the source or destination.
Remarks
This constructor is called during deserialization to reconstitute the exception object transmitted over a stream. For more information, see XML and SOAP Serialization.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
InvalidLoadProfileException Class
InvalidLoadProfileException Overload
Microsoft.VisualStudio.TestTools.LoadTesting Namespace