C# Class PlasticSCM.AttributeNotFoundException

Inheritance: System.Exception
Exibir arquivo Open project: powercode/PSPlastic

Public Methods

Method Description
AttributeNotFoundException ( string attributeName ) : System

Private Methods

Method Description
AttributeNotFoundException ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void

Method Details

AttributeNotFoundException() public method

public AttributeNotFoundException ( string attributeName ) : System
attributeName string
return System