HResults.DTS_E_INVALIDSCHEME Field

Definition

MessageId: DTS_E_INVALIDSCHEME MessageText: The URL %1!s! is not valid. This can happen when a scheme other than http or https is specified, or the URL is in an incorrect format. A valid URL format is in the form of http://ServerName:Port/ResourcePath or https://ServerName:Port/ResourcePath.

public: int DTS_E_INVALIDSCHEME = -1073651710;
public const int DTS_E_INVALIDSCHEME = -1073651710;
val mutable DTS_E_INVALIDSCHEME : int
Public Const DTS_E_INVALIDSCHEME As Integer  = -1073651710

Field Value

Value = -1073651710

Applies to