InvalidCategoryRelevanceException Constructor (String)
Initializes a new instance of the InvalidCategoryRelevanceException class.
Namespace: Microsoft.Data.Schema.Common
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 InvalidCategoryRelevanceException(message)
public InvalidCategoryRelevanceException(
string message
)
public:
InvalidCategoryRelevanceException(
String^ message
)
public function InvalidCategoryRelevanceException(
message : String
)
new :
message:string -> InvalidCategoryRelevanceException
Parameters
- message
Type: System.String
The 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
InvalidCategoryRelevanceException Class
InvalidCategoryRelevanceException Members