Click or drag to resize
Grid Solutions Framework

ConfigurationErrorFrame Class

Represents an implementation of IConfigurationFrame that by existence only denotes an error state.
Inheritance Hierarchy
SystemObject
  PhasorProtocolAdaptersConfigurationErrorFrame

Namespace: PhasorProtocolAdapters
Assembly: PhasorProtocolAdapters (in PhasorProtocolAdapters.dll) Version: 2.4.181-beta
Syntax
[SerializableAttribute]
public sealed class ConfigurationErrorFrame : IConfigurationFrame, 
	IChannelFrame, IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame>, 
	IComparable<IFrame>, IComparable, ISerializable
View Source

The ConfigurationErrorFrame type exposes the following members.

Constructors
 NameDescription
Public methodConfigurationErrorFrame Creates a new instance of the ConfigurationErrorFrame class.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetObjectData Populates a SerializationInfo with the data needed to serialize the target object.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Remarks
This class is used by CommonPhasorServices to return an error state when configuration could not be retrieved.
See Also