Partager via


UserException Constructor (SerializationInfo, StreamingContext)

 

Initializes a new instance of the UserException class.

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

Syntax

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

Parameters

See Also

UserException Overload
UserException Class
Microsoft.WindowsServerSolutions.Users Namespace

Return to top