Costruttore RuntimeException (String, Int64, Exception)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Spazio dei nomi: Microsoft.VisualStudio.Tools.Applications.Runtime
Assembly: Microsoft.VisualStudio.Tools.Applications.Runtime (in Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Sintassi
'Dichiarazione
Protected Sub New ( _
message As String, _
errorCode As Long, _
innerException As Exception _
)
protected RuntimeException(
string message,
long errorCode,
Exception innerException
)
Parametri
- message
Tipo: System.String
- errorCode
Tipo: System.Int64
- innerException
Tipo: System.Exception
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
Spazio dei nomi Microsoft.VisualStudio.Tools.Applications.Runtime