NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

CustomAttributeFormatException Class

Represents an exception that is thrown when the binary format of a custom attribute is invalid.

Object
   Exception
      SystemException
         FormatException
            CustomAttributeFormatException

[Visual Basic]
Public Class CustomAttributeFormatException
   Inherits FormatException
[C#]
public class CustomAttributeFormatException : FormatException
[C++]
public __gc class CustomAttributeFormatException : public
   FormatException
[JScript]
public class CustomAttributeFormatException extends FormatException

Remarks

CustomAttributeFormatException is thrown because a custom attribute on a data type was formatted incorrectly, possibly because of a bug in the tool used to create the data type.

Requirements

Namespace: System.Reflection

Assembly: mscorlib.dll

See Also

CustomAttributeFormatException Members | System.Reflection Namespace | Exception | FormatException