Click or drag to resize

AtalaException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the AtalaException class.

Namespace:  Atalasoft.Exceptions
Assembly:  Atalasoft.Shared (in Atalasoft.Shared.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
protected AtalaException(
	SerializationInfo info,
	StreamingContext context
)

Parameters

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