SingleSignonCredsNotFoundException クラス (Microsoft.SharePoint.Portal.SingleSignon)
要求された資格情報がシングル サインオン データベース内に見つからない場合にスローされる例外を表します。
名前空間: Microsoft.SharePoint.Portal.SingleSignon
アセンブリ: Microsoft.SharePoint.Portal.SingleSignon (microsoft.sharepoint.portal.singlesignon.dll 内)
構文
'宣言
<SerializableAttribute> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel:=True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel:=True)> _
Public Class SingleSignonCredsNotFoundException
Inherits SingleSignonException
'使用
Dim instance As SingleSignonCredsNotFoundException
[SerializableAttribute]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel=true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel=true)]
public class SingleSignonCredsNotFoundException : SingleSignonException
継承階層
System.Object
System.Exception
System.ApplicationException
Microsoft.SharePoint.Portal.SingleSignon.SingleSignonException
Microsoft.SharePoint.Portal.SingleSignon.SingleSignonCredsNotFoundException
スレッドの安全性
この型のパブリックで静的な (Visual Basic では Shared) すべてのメンバは、スレッド セーフです。インスタンス メンバは、スレッド セーフであるとは保証されません。
関連項目
参照
SingleSignonCredsNotFoundException メンバ
Microsoft.SharePoint.Portal.SingleSignon 名前空間