NoErrorFeedBackException Constructor

Initializes a new instance of the NoErrorFeedBackException class.

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

Syntax

'Declaration
Public Sub New ( _
    msg As String _
)
'Usage
Dim msg As String

Dim instance As New NoErrorFeedBackException(msg)
public NoErrorFeedBackException(
    string msg
)

Parameters

  • msg
    Type: System.String
    An error message that explains the reason for the exception, or an empty string

See Also

Reference

NoErrorFeedBackException Class

NoErrorFeedBackException Members

Microsoft.Office.Server.UserProfiles Namespace