次の方法で共有


ResponseFormatException コンストラクター (String)

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Sub New ( _
    message As String _
)
'使用
Dim message As String

Dim instance As New ResponseFormatException(message)
public ResponseFormatException(
    string message
)
public:
ResponseFormatException(
    String^ message
)
new : 
        message:string -> ResponseFormatException
public function ResponseFormatException(
    message : String
)

パラメーター