InvalidCategoryRelevanceException Class

Represents an exception thrown as the result of a design-time error or the misuse of a category.

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

Syntax

'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public Class InvalidCategoryRelevanceException _
    Inherits DataSchemaException
'Usage
Dim instance As InvalidCategoryRelevanceException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public class InvalidCategoryRelevanceException : DataSchemaException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class InvalidCategoryRelevanceException : public DataSchemaException
public class InvalidCategoryRelevanceException extends DataSchemaException
[<SerializableAttribute>]
[<CLSCompliantAttribute(true)>]
type InvalidCategoryRelevanceException =  
    class
        inherit DataSchemaException
    end

Inheritance Hierarchy

System.Object
  System.Exception
    Microsoft.Data.Schema.DataSchemaException
      Microsoft.Data.Schema.Common.InvalidCategoryRelevanceException

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

InvalidCategoryRelevanceException Members

Microsoft.Data.Schema.Common Namespace