MetadataException Members

The exception that is thrown for errors that occur while creating, reading, or writing table metadata.

The following tables list the members exposed by the MetadataException type.

Public Constructors

(see also Protected Constructors )

  Name Description
MetadataException Overloaded. Initializes a new instance of the MetadataException class.

Top

Protected Constructors

  Name Description
MetadataException Overloaded. Initializes a new instance of the MetadataException class.

Top

Public Properties

(see also Protected Properties )

  Name Description
Bb726119.pubproperty(en-US,SQL.90).gif Data  (inherited from Exception )
Bb726119.pubproperty(en-US,SQL.90).gif ErrorNumber  Gets or sets the SyncErrorNumber enumeration value for the exception.(inherited from SyncException)
Bb726119.pubproperty(en-US,SQL.90).gif HelpLink  Gets or sets the URL for a help page with information about the exception.(inherited from SyncException)
Bb726119.pubproperty(en-US,SQL.90).gif InnerException  (inherited from Exception )
Bb726119.pubproperty(en-US,SQL.90).gif Message  (inherited from Exception )
Bb726119.pubproperty(en-US,SQL.90).gif Source  (inherited from Exception )
Bb726119.pubproperty(en-US,SQL.90).gif StackTrace  (inherited from Exception )
Bb726119.pubproperty(en-US,SQL.90).gif SyncSource  Gets or sets the name of the component that threw the exception.(inherited from SyncException)
Bb726119.pubproperty(en-US,SQL.90).gif SyncStage  Gets or sets a SyncStage enumeration value that represents the stage of synchronization during which the error occurred.(inherited from SyncException)
Bb726119.pubproperty(en-US,SQL.90).gif TableName Gets or sets the name of the table for which the error occurred.
Bb726119.pubproperty(en-US,SQL.90).gif TargetSite  (inherited from Exception )

Top

Protected Properties

  Name Description
Bb726119.protproperty(en-US,SQL.90).gif HResult  (inherited from Exception )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb726119.pubmethod(en-US,SQL.90).gif Equals  Overloaded. (inherited from Object )
Bb726119.pubmethod(en-US,SQL.90).gif GetBaseException  (inherited from Exception )
Bb726119.pubmethod(en-US,SQL.90).gif GetHashCode  (inherited from Object )
Bb726119.pubmethod(en-US,SQL.90).gif GetObjectData Overridden. Populates a SerializationInfo object with information about the exception.
Bb726119.pubmethod(en-US,SQL.90).gif GetType  (inherited from Exception )
Bb726119.pubmethod(en-US,SQL.90).gif Bb726119.static(en-US,SQL.90).gif ReferenceEquals  (inherited from Object )
Bb726119.pubmethod(en-US,SQL.90).gif ToString  (inherited from Exception )

Top

Protected Methods

  Name Description
Bb726119.protmethod(en-US,SQL.90).gif Finalize  (inherited from Object )
Bb726119.protmethod(en-US,SQL.90).gif MemberwiseClone  (inherited from Object )

Top

See Also

Reference

MetadataException Class
Microsoft.Synchronization.Data Namespace