Udostępnij za pośrednictwem


Konstruktor UtilityException (String, Exception)

Inicjuje nowego wystąpienie domyślne UtilityException klasy z określony komunikat i wewnętrzny wyjątek.

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, _
    innerException As Exception _
)
'Użycie
Dim message As String
Dim innerException As Exception

Dim instance As New UtilityException(message, _
    innerException)
public UtilityException(
    string message,
    Exception innerException
)
public:
UtilityException(
    String^ message, 
    Exception^ innerException
)
new : 
        message:string * 
        innerException:Exception -> UtilityException
public function UtilityException(
    message : String, 
    innerException : Exception
)

Parametry

  • innerException
    Typ: System.Exception
    Exception Jest przyczyną bieżącego wyjątek lub null referencyjny, jeśli nie określono żadnych wyjątek wewnętrzny.