SmsMultipleResultException Constructor (String, Exception)

Initializes a new instance of SmsMultipleResultException for the specified message and inner exception.

Namespace: Microsoft.ConfigurationManagement.ManagementProvider
Assembly: Microsoft.ConfigurationManagement.ManagementProvider (in microsoft.configurationmanagement.managementprovider.dll)

Usage

'Usage
Dim message As String
Dim innerException As Exception

Dim instance As New SmsMultipleResultException(message, innerException)

Syntax

'Declaration
Public Sub New ( _
    message As String, _
    innerException As Exception _
)
public SmsMultipleResultException (
    string message,
    Exception innerException
)
public:
SmsMultipleResultException (
    String^ message, 
    Exception^ innerException
)
public SmsMultipleResultException (
    String message, 
    Exception innerException
)
public function SmsMultipleResultException (
    message : String, 
    innerException : Exception
)

Parameters

  • message
    [in] Message for which to create a multiple result exception.
  • innerException
    [in] System.Exception object representing an inner exception.

Platforms

Development Platforms

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2003,Windows Vista

See Also

Reference

SmsMultipleResultException Class
SmsMultipleResultException Members
Microsoft.ConfigurationManagement.ManagementProvider Namespace