System.Reflection.CustomAttributeFormatException
namespace System.Reflection
{
public class CustomAttributeFormatException : FormatException
{
public CustomAttributeFormatException();
protected CustomAttributeFormatException(SerializationInfo info, StreamingContext context);
public CustomAttributeFormatException(string message);
public CustomAttributeFormatException(string message, Exception inner);
}
}