Condividi tramite


Costruttore ScriptCacheException (String, Exception)

Inizializza una nuova istanza della classe ScriptCacheException.

Spazio dei nomi:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public ScriptCacheException(
    string message,
    Exception innerException
)
public:
ScriptCacheException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> ScriptCacheException
public function ScriptCacheException(
    message : String, 
    innerException : Exception
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ScriptCacheException Classe

Overload ScriptCacheException

Spazio dei nomi Microsoft.Data.Schema.SchemaModel