Namespace: Microsoft.Clm.Shared
Assembly: Microsoft.Clm.Shared (in microsoft.clm.shared.dll)
Usage
Visual Basic |
---|
Dim instance As ClmValidationException |
Syntax
Visual Basic |
---|
<SerializableAttribute> _ Public Class ClmValidationException Inherits Exception |
C# |
---|
[SerializableAttribute] public class ClmValidationException : Exception |
C++ |
---|
[SerializableAttribute] public ref class ClmValidationException : public Exception |
J# |
---|
/** @attribute SerializableAttribute() */ public class ClmValidationException extends Exception |
JScript |
---|
SerializableAttribute public class ClmValidationException extends Exception |
Remarks
This exception is thrown when a data validation error occurs.
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Clm.Shared.ClmValidationException
Microsoft.Clm.Shared.ClmValidationCustomClassException
Microsoft.Clm.Shared.ClmValidationDataRequiredException
Microsoft.Clm.Shared.ClmValidationDataTypeException
Microsoft.Clm.Shared.ClmValidationRegularExpressionException
System.Exception
Microsoft.Clm.Shared.ClmValidationException
Microsoft.Clm.Shared.ClmValidationCustomClassException
Microsoft.Clm.Shared.ClmValidationDataRequiredException
Microsoft.Clm.Shared.ClmValidationDataTypeException
Microsoft.Clm.Shared.ClmValidationRegularExpressionException
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.