AddInException Constructor (SerializationInfo, StreamingContext)
Creates and initializes an instance of the AddInException class with the specified serialization data.
Namespace: Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly: AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
protected AddInException(
SerializationInfo info,
StreamingContext context
)
protected:
AddInException(
SerializationInfo^ info,
StreamingContext context
)
Protected Sub New (
info As SerializationInfo,
context As StreamingContext
)
Parameters
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo object that contains the serialized information for the exception.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext object that contains the context information for the exception.
See Also
AddInException Overload
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top