Share via


DacSchemaComparisonMessage.Exception Property

 

Namespace:   Microsoft.SqlServer.Dac.Compare
Assembly:  Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)

Syntax

public Exception Exception { get; set; }
public:
property Exception^ Exception {
    Exception^ get();
    void set(Exception^ value);
}
member Exception : Exception with get, set
Public Property Exception As Exception

Property Value

Type: System.Exception

See Also

DacSchemaComparisonMessage Class
Microsoft.SqlServer.Dac.Compare Namespace

Return to top