Click or drag to resize

UserPersonalSessionNotOpenedException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the UserPersonalSessionNotOpenedException class

Namespace:  Resto.Front.Api.V4.Exceptions
Assembly:  Resto.Front.Api.V4 (in Resto.Front.Api.V4.dll)
Syntax
C#
public UserPersonalSessionNotOpenedException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
context
Type: System.Runtime.SerializationStreamingContext
See Also