FederationMessage(Uri) 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从派生类中的构造函数中调用,用于初始化 FederationMessage 类。
protected:
FederationMessage(Uri ^ baseUrl);
protected FederationMessage (Uri baseUrl);
new System.IdentityModel.Services.FederationMessage : Uri -> System.IdentityModel.Services.FederationMessage
Protected Sub New (baseUrl As Uri)
参数
例外
baseUri
为 null
。
baseUri
不是有效的绝对 URI。