Share via


ParameterException Constructor (String, Exception)

This member is reserved for internal use and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Server.Monitoring.Reporting
Assembly:  Microsoft.Office.Server.Monitoring (in Microsoft.Office.Server.Monitoring.dll)

Syntax

'Declaration
Public Sub New ( _
    s As String, _
    inner As Exception _
)
'Usage
Dim s As String
Dim inner As Exception

Dim instance As New ParameterException(s, inner)
public ParameterException(
    string s,
    Exception inner
)

Parameters

See Also

Reference

ParameterException Class

ParameterException Members

ParameterException Overload

Microsoft.Office.Server.Monitoring.Reporting Namespace