This topic has not yet been rated - Rate this topic

ServiceRequestException Constructor (String, Exception)

Initializes a new instance of the ServiceRequestException class with the specified message and inner exception.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
public ServiceRequestException(
	string message,
	Exception innerException
)

Parameters

message
Type: System.String
A String value that specifies the message string for the Service Request exception.
innerException
Type: System.Exception
An Exception system object that specifies the inner exception for the Service Request exception.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.