OrganizationNotFoundException constructor (String, Exception)

NOTE: This API is now obsolete.

Namespace:  Microsoft.Office.Server.UserProfiles
Assembly:  Microsoft.Office.Server.UserProfiles (in Microsoft.Office.Server.UserProfiles.dll)

Syntax

'Declaration
<ObsoleteAttribute("This class is no longer supported.")> _
Public Sub New ( _
    msg As String, _
    e As Exception _
)
'Usage
Dim msg As String
Dim e As Exception

Dim instance As New OrganizationNotFoundException(msg, e)
[ObsoleteAttribute("This class is no longer supported.")]
public OrganizationNotFoundException(
    string msg,
    Exception e
)

Parameters

See also

Reference

OrganizationNotFoundException class

OrganizationNotFoundException members

OrganizationNotFoundException overload

Microsoft.Office.Server.UserProfiles namespace