Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
An exception that can be thrown by implementers of data generators if an error occurs when generating data.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
<SerializableAttribute> _
<CLSCompliantAttribute(True)> _
Public NotInheritable Class GeneratorUserException _
Inherits DataSchemaException
'Usage
Dim instance As GeneratorUserException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public sealed class GeneratorUserException : DataSchemaException
[SerializableAttribute]
[CLSCompliantAttribute(true)]
public ref class GeneratorUserException sealed : public DataSchemaException
public final class GeneratorUserException extends DataSchemaException
Inheritance Hierarchy
System.Object
System.Exception
Microsoft.Data.Schema.DataSchemaException
Microsoft.Data.Schema.DataGenerator.GeneratorUserException
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
GeneratorUserException Members
Microsoft.Data.Schema.DataGenerator Namespace
DataException