PipelineComponentExt.PostError Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
PostError(Exception) | |
PostError(Int32, Object[]) | |
PostError(String, Object[]) |
PostError(Exception)
protected:
void PostError(Exception ^ e);
protected void PostError (Exception e);
member this.PostError : Exception -> unit
Protected Sub PostError (e As Exception)
Paramètres
S’applique à
PostError(Int32, Object[])
PostError(String, Object[])
protected:
void PostError(System::String ^ message, ... cli::array <System::Object ^> ^ args);
protected void PostError (string message, params object[] args);
member this.PostError : string * obj[] -> unit
Protected Sub PostError (message As String, ParamArray args As Object())
Paramètres
- message
- String
- args
- Object[]