// Assembly: mscorlib
// Full name: System.ParseFailureKind

namespace System
{
public class ParseFailureKind // TypeDefIndex: 3472
{
	// Fields
	type#20890 value__;
	type#24240 None;
	type#24240 ArgumentNull;
	type#24240 Format;
	type#24240 FormatWithParameter;
	type#24240 FormatWithOriginalDateTime;
	type#24240 FormatWithFormatSpecifier;
	type#24240 FormatWithOriginalDateTimeAndParameter;
	type#24240 FormatBadDateTimeCalendar;
}
}
