XmlUtil.LogReadException 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
LogReadException(String, Object[]) |
Sends formatted XmlReadException to the Logger. |
LogReadException(String, Exception, Object[]) |
Sends formatted XmlReadException to the Logger. |
LogReadException(String, Object[])
Sends formatted XmlReadException to the Logger.
public static Exception LogReadException (string format, params object[] args);
static member LogReadException : string * obj[] -> Exception
Public Shared Function LogReadException (format As String, ParamArray args As Object()) As Exception
Parameters
- format
- String
the format string.
- args
- Object[]
the arguments to use for formating.
Returns
Applies to
LogReadException(String, Exception, Object[])
Sends formatted XmlReadException to the Logger.
public static Exception LogReadException (string format, Exception inner, params object[] args);
static member LogReadException : string * Exception * obj[] -> Exception
Public Shared Function LogReadException (format As String, inner As Exception, ParamArray args As Object()) As Exception
Parameters
- format
- String
the format string.
- inner
- Exception
the inner exception.
- args
- Object[]
the arguments to use for formating.