Swi-cs-pl - A CSharp class library to connect .NET languages with SWI-Prolog
PlLibException Constructor (info, context)
SwiPlCs interfaceSbsSW.SwiPlCs.ExceptionsPlLibExceptionPlLibException(SerializationInfo, StreamingContext)
Initializes a new instance of the Exception class with serialized data.
Declaration Syntax
C#Visual BasicVisual C++F#
protected PlLibException(
	SerializationInfo info,
	StreamingContext context
)
Protected Sub New ( 
	info As SerializationInfo,
	context As StreamingContext
)
protected:
PlLibException(
	SerializationInfo^ info, 
	StreamingContext context
)
new : 
        info : SerializationInfo * 
        context : StreamingContext -> PlLibException
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
ArgumentNullExceptionThe info parameter is null.
SerializationExceptionThe class name is null or HResult is zero (0).

Assembly: SwiPlCs (Module: SwiPlCs.dll) Version: 1.1.60601.0 (1.1.60601.0)