DatabaseException.SubStatusCode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the status code indicating the exception root cause.
public:
property int SubStatusCode { int get(); };
public int SubStatusCode { get; }
member this.SubStatusCode : int
Public ReadOnly Property SubStatusCode As Integer