バージョン

PivotResizingColumnCannotBeRemovedException コンストラクタ(String,Exception)

PivotResizingColumnCannotBeRemovedException クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal message As String, _
   ByVal innerException As Exception _
)
public PivotResizingColumnCannotBeRemovedException( 
   string message,
   Exception innerException
)

パラメータ

message
表示されるメッセージ。
innerException
内部例外。
参照