
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
28/Mar/06 08:22 AM
|
|
FormatException thrown when *Format methods are given a malformed format string: log.DebugFormat("Malformed {{,,,5}format{8}!");
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throws the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format.
|
|
Description
|
FormatException thrown when *Format methods are given a malformed format string: log.DebugFormat("Malformed {{,,,5}format{8}!");
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throws the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format. |
Show » |
made changes - 17/Mar/06 01:08 PM
| Field |
Original Value |
New Value |
|
Description
|
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throw the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format.
|
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throws the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format.
|
made changes - 18/Mar/06 04:06 AM
|
Assignee
|
|
Nicko Cadell
[ nicko
]
|
made changes - 18/Mar/06 04:08 AM
|
Description
|
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throws the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format.
|
FormatException thrown when *Format methods are given a malformed format string: log.DebugFormat("Malformed {{,,,5}format{8}!");
This statement:
log.DebugFormat("Malformed {{,,,5}format{8}!");
throws the following exception:
[FormatException: Input string was not in a correct format.]
System.Text.StringBuilder.FormatError()
System.Text.StringBuilder.AppendFormat(IFormatProvider provider, String format, Object[] args)
System.String.Format(IFormatProvider provider, String format, Object[] args)
log4net.Core.LogImpl.DebugFormat(String format, Object[] args)
which is consistent with the documentation for String.Format:
System.FormatException: The format item in format is invalid. -or- The number indicating an argument to format is less than zero, or greater than or equal to the number of specified objects to format.
|
|
Summary
|
FormatException thrown when *Format methods are given a malformed format string: log.DebugFormat("Malformed {{,,,5}format{8}!");
|
Exception thrown when *Format methods are given a malformed format string
|
made changes - 18/Mar/06 04:09 AM
|
Affects Version/s
|
1.2.10
[ 11128
]
|
|
|
Affects Version/s
|
v.Next
[ 12310261
]
|
|
made changes - 28/Mar/06 08:22 AM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Fix Version/s
|
|
1.2.10
[ 11128
]
|
|