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
info
Type: System.Runtime.Serialization.SerializationInfoThe SerializationInfo object that holds the serialized data about the exception that is thrown.
context
Type: System.Runtime.Serialization.StreamingContextThe StreamingContext object that contains contextual information about the source or destination of serialized data.
See Also
GroupException Overload
GroupException Class
Microsoft.WindowsServerSolutions.Groups Namespace
Return to top