SqlCeScriptingException Class

Represents a class that wraps all Scripter exception messages.

Inheritance Hierarchy

System.Object
  System.Exception
    System.ApplicationException
      Microsoft.SqlServerCe.Management.Scripting.Common.SqlCeScriptingException

Namespace:  Microsoft.SqlServerCe.Management.Scripting.Common
Assembly:  Microsoft.SqlServerCe.Management.Scripting (in Microsoft.SqlServerCe.Management.Scripting.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class SqlCeScriptingException _
    Inherits ApplicationException
'Usage
Dim instance As SqlCeScriptingException
[SerializableAttribute]
public class SqlCeScriptingException : ApplicationException
[SerializableAttribute]
public ref class SqlCeScriptingException : public ApplicationException
[<SerializableAttribute>]
type SqlCeScriptingException =  
    class
        inherit ApplicationException
    end
public class SqlCeScriptingException extends ApplicationException

The SqlCeScriptingException type exposes the following members.

Constructors

  Name Description
Protected method SqlCeScriptingException Initializes a new instance of the SqlCeScriptingException class with the specified serialization information and streaming context.

Top

Properties

  Name Description
Public property Data (inherited from Exception)
Public property HelpLink (inherited from Exception)
Protected property HResult (inherited from Exception)
Public property InnerException (inherited from Exception)
Public property Message (inherited from Exception)
Public property Source (inherited from Exception)
Public property StackTrace (inherited from Exception)
Public property TargetSite (inherited from Exception)

Top

Methods

  Name Description
Public method Equals (inherited from Object)
Protected method Finalize (inherited from Object)
Public method GetBaseException (inherited from Exception)
Public method GetHashCode (inherited from Object)
Public method GetObjectData (inherited from Exception)
Public method GetType (inherited from Exception)
Protected method MemberwiseClone (inherited from Object)
Public method ToString (inherited from Exception)

Top

Thread Safety

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

See Also

Reference

Microsoft.SqlServerCe.Management.Scripting.Common Namespace