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
- message
Type: System.String
The error message
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
NotMatchingDspException Members