Share via


UtilityException Constructor (String, Exception)

Initializes a new, default instance of the UtilityException class with the specified error message and inner exception.

Namespace:  Microsoft.SqlServer.Management.Utility
Assembly:  Microsoft.SqlServer.Management.Utility (in Microsoft.SqlServer.Management.Utility.dll)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
'Usage
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
)

Parameters

  • innerException
    Type: System.Exception
    An Exception that is the cause of the current exception, or a null reference if no inner exception is specified.

See Also

Reference

UtilityException Class

UtilityException Overload

Microsoft.SqlServer.Management.Utility Namespace