ExceptionHelpers.FormatExceptionMessage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
FormatExceptionMessage(Exception, Object[]) | |
FormatExceptionMessage(Type, Object[]) |
FormatExceptionMessage(Exception, Object[])
public:
static System::String ^ FormatExceptionMessage(Exception ^ e, ... cli::array <System::Object ^> ^ args);
public static string FormatExceptionMessage (Exception e, params object[] args);
static member FormatExceptionMessage : Exception * obj[] -> string
Public Shared Function FormatExceptionMessage (e As Exception, ParamArray args As Object()) As String
Parametri
- args
- Object[]
Restituisce
Si applica a
FormatExceptionMessage(Type, Object[])
public:
static System::String ^ FormatExceptionMessage(Type ^ exeptionType, ... cli::array <System::Object ^> ^ args);
public static string FormatExceptionMessage (Type exeptionType, params object[] args);
static member FormatExceptionMessage : Type * obj[] -> string
Public Shared Function FormatExceptionMessage (exeptionType As Type, ParamArray args As Object()) As String
Parametri
- exeptionType
- Type
- args
- Object[]