Share via


ScriptCacheException Constructor (String)

Initializes a new instance of the ScriptCacheException class.

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

Syntax

'Declaration
Public Sub New ( _
    message As String _
)
public ScriptCacheException(
    string message
)
public:
ScriptCacheException(
    String^ message
)
new : 
        message:string -> ScriptCacheException
public function ScriptCacheException(
    message : String
)

Parameters

.NET Framework Security

See Also

Reference

ScriptCacheException Class

ScriptCacheException Overload

Microsoft.Data.Schema.SchemaModel Namespace