DmfException.ProdVer Property

 

Gets the version of the product that generated the exception.

Namespace:   Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

protected static string ProdVer { get; }
protected:
property String^ ProdVer {
    static String^ get();
}
static member ProdVer : string with get
Protected Shared ReadOnly Property ProdVer As String

Property Value

Type: System.String

A String value that specifies the product version that generated the exception.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

DmfException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top