ScriptCacheException Constructor (SerializationInfo, StreamingContext)

Initializes a new instance of the ScriptCacheException class.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Protected Sub New ( _
    info As SerializationInfo, _
    context As StreamingContext _
)
protected ScriptCacheException(
    SerializationInfo info,
    StreamingContext context
)
protected:
ScriptCacheException(
    SerializationInfo^ info, 
    StreamingContext context
)
new : 
        info:SerializationInfo * 
        context:StreamingContext -> ScriptCacheException
protected function ScriptCacheException(
    info : SerializationInfo, 
    context : StreamingContext
)

Parameters

.NET Framework Security

See Also

Reference

ScriptCacheException Class

ScriptCacheException Overload

Microsoft.Data.Schema.SchemaModel Namespace