PropertyNotSetException 생성자 (String)
지정한 메시지 텍스트를 포함하는 PropertyNotSetException 클래스의 새 인스턴스를 초기화합니다.
네임스페이스: Microsoft.SqlServer.Management.Common
어셈블리: Microsoft.SqlServer.ConnectionInfo(Microsoft.SqlServer.ConnectionInfo.dll)
구문
‘선언
Public Sub New ( _
message As String _
)
‘사용 방법
Dim message As String
Dim instance As New PropertyNotSetException(message)
public PropertyNotSetException(
string message
)
public:
PropertyNotSetException(
String^ message
)
new :
message:string -> PropertyNotSetException
public function PropertyNotSetException(
message : String
)
매개 변수
- message
유형: String
예외를 발생시킨 이벤트에 대한 설명 메시지 텍스트를 지정하는 String 값입니다.