NotMatchingDspException Constructor (String)

Initializes a new instance of the NotMatchingDspException class.

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

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

Dim instance As New NotMatchingDspException(message)
public NotMatchingDspException(
    string message
)
public:
NotMatchingDspException(
    String^ message
)
public function NotMatchingDspException(
    message : String
)
new : 
        message:string -> NotMatchingDspException

Parameters

.NET Framework Security

See Also

Reference

NotMatchingDspException Class

NotMatchingDspException Members

NotMatchingDspException Overload

Microsoft.Data.Schema.SchemaModel Namespace