MissingExtractServerPermissionsException 생성자 (String, Exception)
Initializes a new instance of the MissingExtractServerPermissionsException class with a specified inner exception and message.
네임스페이스: Microsoft.SqlServer.Management.Dac
어셈블리: Microsoft.SqlServer.Management.Dac(Microsoft.SqlServer.Management.Dac.dll)
구문
‘선언
Public Sub New ( _
exceptionMessage As String, _
innerException As Exception _
)
‘사용 방법
Dim exceptionMessage As String
Dim innerException As Exception
Dim instance As New MissingExtractServerPermissionsException(exceptionMessage, _
innerException)
public MissingExtractServerPermissionsException(
string exceptionMessage,
Exception innerException
)
public:
MissingExtractServerPermissionsException(
String^ exceptionMessage,
Exception^ innerException
)
new :
exceptionMessage:string *
innerException:Exception -> MissingExtractServerPermissionsException
public function MissingExtractServerPermissionsException(
exceptionMessage : String,
innerException : Exception
)
매개 변수
- exceptionMessage
유형: System. . :: . .String
A String value that specifies the message for this exception.
- innerException
유형: System. . :: . .Exception
An Exception object that contains the inner exception that caused this exception to be raised.