Konstruktor UtilityException (String)
Inicjuje nowego wystąpienie domyślne UtilityException klasy wiadomości określony błąd.
Przestrzeń nazw: Microsoft.SqlServer.Management.Utility
Zestaw: Microsoft.SqlServer.Management.Utility (w Microsoft.SqlServer.Management.Utility.dll)
Składnia
'Deklaracja
Public Sub New ( _
message As String _
)
'Użycie
Dim message As String
Dim instance As New UtilityException(message)
public UtilityException(
string message
)
public:
UtilityException(
String^ message
)
new :
message:string -> UtilityException
public function UtilityException(
message : String
)
Parametry
- message
Typ: System.String
Zawiera komunikat z opisem błędu.