Partager via


GroupException Constructor (SerializationInfo, StreamingContext)

 

Creates and initializes an instance of the GroupException class with serialized data.

Namespace:   Microsoft.WindowsServerSolutions.Groups
Assembly:  UserObjectModel (in UserObjectModel.dll)

Syntax

protected GroupException(
    SerializationInfo info,
    StreamingContext context
)
protected:
GroupException(
    SerializationInfo^ info,
    StreamingContext context
)
Protected Sub New (
    info As SerializationInfo,
    context As StreamingContext
)

Parameters

See Also

GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace

Return to top