GeneratorUserException Members
An exception that can be thrown by implementers of data generators if an error occurs while generating data.
The following tables list the members exposed by the GeneratorUserException type.
Public Constructors
Name | Description | |
---|---|---|
GeneratorUserException | Overloaded. Initializes an instance of the GeneratorUserException class. |
Top
Public Properties
(see also Protected Properties )
Name | Description | |
---|---|---|
Data | (Inherited from Exception.) | |
ErrorType | Gets the error type of the exception. | |
HelpLink | (Inherited from Exception.) | |
InnerException | (Inherited from Exception.) | |
Message | (Inherited from Exception.) | |
Severity | Gets the severity of the exception. | |
Source | (Inherited from Exception.) | |
StackTrace | (Inherited from Exception.) | |
TargetSite | (Inherited from Exception.) |
Top
Protected Properties
Name | Description | |
---|---|---|
HResult | (Inherited from Exception.) |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | Overloaded. (Inherited from Object.) | |
GetBaseException | (Inherited from Exception.) | |
GetHashCode | (Inherited from Object.) | |
GetObjectData | Overridden. Adds the severity and error type information to a SerializationInfo object, for use in remoting scenarios. | |
GetType | (Inherited from Exception.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Exception.) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
Top
See Also
Reference
GeneratorUserException Class
Microsoft.VisualStudio.TeamSystem.Data.DataGenerator Namespace
Severity
DataException
ErrorType Enumeration