System.Net.HttpClient.ENetHTTPException.Create

From RAD Studio API Documentation
Jump to: navigation, search

C++

/* Exception.Create */ inline __fastcall ENetHTTPException(const System::UnicodeString Msg) : System::Net::Urlclient::ENetURIException(Msg) { }
/* Exception.CreateFmt */ inline __fastcall ENetHTTPException(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High) : System::Net::Urlclient::ENetURIException(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall ENetHTTPException(NativeUInt Ident)/* overload */ : System::Net::Urlclient::ENetURIException(Ident) { }
/* Exception.CreateRes */ inline __fastcall ENetHTTPException(System::PResStringRec ResStringRec)/* overload */ : System::Net::Urlclient::ENetURIException(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall ENetHTTPException(NativeUInt Ident, System::TVarRec const *Args, const int Args_High)/* overload */ : System::Net::Urlclient::ENetURIException(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall ENetHTTPException(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High)/* overload */ : System::Net::Urlclient::ENetURIException(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall ENetHTTPException(const System::UnicodeString Msg, int AHelpContext) : System::Net::Urlclient::ENetURIException(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall ENetHTTPException(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High, int AHelpContext) : System::Net::Urlclient::ENetURIException(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall ENetHTTPException(NativeUInt Ident, int AHelpContext)/* overload */ : System::Net::Urlclient::ENetURIException(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall ENetHTTPException(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : System::Net::Urlclient::ENetURIException(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall ENetHTTPException(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High, int AHelpContext)/* overload */ : System::Net::Urlclient::ENetURIException(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall ENetHTTPException(NativeUInt Ident, System::TVarRec const *Args, const int Args_High, int AHelpContext)/* overload */ : System::Net::Urlclient::ENetURIException(Ident, Args, Args_High, AHelpContext) { }

Properties

Type Visibility Source Unit Parent
constructor public System.Net.HTTPClient.hpp System.Net.HttpClient ENetHTTPException

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!