Konstruktor ExceptionMessageBox (String)
Ta funkcja zostanie usunięta z przyszłej wersji programu Microsoft SQL Server. Należy unikać stosowania tej funkcji w nowych projektach oraz zaplanować modyfikację aplikacji, w których obecnie jest używana ta funkcja.Użyj ExceptionMessageBox zamiast.
Przestrzeń nazw: Microsoft.NetEnterpriseServers
Zestaw: Microsoft.NetEnterpriseServers.ExceptionMessageBox (w Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Syntax
'Deklaracja
Public Sub New ( _
text As String _
)
'Użycie
Dim text As String
Dim instance As New ExceptionMessageBox(text)
public ExceptionMessageBox(
string text
)
public:
ExceptionMessageBox(
String^ text
)
new :
text:string -> ExceptionMessageBox
public function ExceptionMessageBox(
text : String
)
Parameters
- text
Typ: System. . :: . .String
Błąd tekst wiadomości najwyższego poziom.