PRELIMINARY INFORMATION - SUBJECT TO CHANGE
This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Initializes a new instance of the SecurityException class.

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
protected SessionInvalidException(
	 info,
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
Protected Sub New ( _
	info As , _
	context As  _
)

Parameters

info
SerializationInfo
The SerializationInfo that holds the serialized object data about the exception being thrown.
context
StreamingContext
The StreamingContext that contains contextual information about the source or destination.

Exceptions

ExceptionCondition
System.Runtime.Serialization..::..SerializationExceptionThe class name is null or HResult is zero (0).
System..::..ArgumentNullExceptionThe info parameter is null.

See Also

Advanced