次の方法で共有


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

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

名前空間: 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 AreaNotExistException(message, CatID, inner)
public AreaNotExistException (
    string message,
    Guid CatID,
    Exception inner
)

パラメータ

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

関連項目

参照

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