ExceptionHelpers.FormatExceptionMessage Method
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.
Overloads
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
Parameters
- args
- Object[]
Returns
Applies to
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
Parameters
- exeptionType
- Type
- args
- Object[]