NSException Constructor (String)
Initializes a new instance of the NSException class with a specified error message.
Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
message As String _
)
public NSException (
string message
)
public:
NSException (
String^ message
)
public NSException (
String message
)
public function NSException (
message : String
)
Parametri
- message
The message that describes the error.
Piattaforme
Piattaforme di sviluppo
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Piattaforme di destinazione
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Vedere anche
Riferimento
NSException Class
NSException Members
Microsoft.SqlServer.NotificationServices Namespace