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