C# Class System.Reflection.CustomAttributeFormatException

Inheritance: System.FormatException
Mostra file Open project: gbarnett/shared-source-cli-2.0

Public Methods

Method Description
CustomAttributeFormatException ( ) : System
CustomAttributeFormatException ( String message ) : System
CustomAttributeFormatException ( String message, Exception inner ) : System

Protected Methods

Method Description
CustomAttributeFormatException ( SerializationInfo info, StreamingContext context ) : System

Method Details

CustomAttributeFormatException() public method

public CustomAttributeFormatException ( ) : System
return System

CustomAttributeFormatException() protected method

protected CustomAttributeFormatException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
return System

CustomAttributeFormatException() public method

public CustomAttributeFormatException ( String message ) : System
message String
return System

CustomAttributeFormatException() public method

public CustomAttributeFormatException ( String message, Exception inner ) : System
message String
inner System.Exception
return System