Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the SerializationInfo object with information about the exception.
Namespace:   Microsoft.WindowsServerSolutions.AddinInfrastructure
Assembly:  AddinInfrastructure (in AddinInfrastructure.dll)
Syntax
[SecurityCriticalAttribute]
public override void GetObjectData(
    SerializationInfo info,
    StreamingContext context
)
public:
[SecurityCriticalAttribute]
virtual void GetObjectData(
    SerializationInfo^ info,
    StreamingContext context
) override
<SecurityCriticalAttribute>
Public Overrides Sub GetObjectData (
    info As SerializationInfo,
    context As StreamingContext
)
Parameters
- info 
 Type: System.Runtime.Serialization.SerializationInfo- The SerializationInfo object that holds the serialized data about the exception that is thrown. 
- context 
 Type: System.Runtime.Serialization.StreamingContext- The StreamingContext object that contains contextual information about the source or destination. 
Implements
ISerializable.GetObjectData(SerializationInfo, StreamingContext) _Exception.GetObjectData(SerializationInfo, StreamingContext)
See Also
AddInException Class
Microsoft.WindowsServerSolutions.AddinInfrastructure Namespace
Return to top