次の方法で共有


AreaTooDeepException コンストラクタ (Microsoft.SharePoint.Portal.SiteData)

現在は使用されていません。 AreaTooDeepException クラスの新しいインスタンスを初期化します。

名前空間: Microsoft.SharePoint.Portal.SiteData
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Sub New ( _
    message As String, _
    CatID As Guid, _
    inner As Exception _
)
'使用
Dim message As String
Dim CatID As Guid
Dim inner As Exception

Dim instance As New AreaTooDeepException(message, CatID, inner)
public AreaTooDeepException (
    string message,
    Guid CatID,
    Exception inner
)

パラメータ

  • message
    例外の理由を説明するエラー メッセージ、または空文字列。
  • CatID
    エリアの識別子。
  • inner
    使用しません。

関連項目

参照

AreaTooDeepException クラス
AreaTooDeepException メンバ
Microsoft.SharePoint.Portal.SiteData 名前空間