Represents an implementation of IConfigurationFrame that by existance only denotes an error state.
            
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
[SerializableAttribute] public class ConfigurationErrorFrame : IConfigurationFrame, IChannelFrame, IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame>, IComparable<IFrame>, IComparable, ISerializable
<SerializableAttribute> _ Public Class ConfigurationErrorFrame _ Implements IConfigurationFrame, IChannelFrame, IChannel, ISupportBinaryImage, _ IFrame, IEquatable(Of IFrame), IComparable(Of IFrame), _ IComparable, ISerializable
[SerializableAttribute] public ref class ConfigurationErrorFrame : IConfigurationFrame, IChannelFrame, IChannel, ISupportBinaryImage, IFrame, IEquatable<IFrame^>, IComparable<IFrame^>, IComparable, ISerializable
 Members
 Members| All Members | Constructors | Methods | |||
| Icon | Member | Description | 
|---|---|---|
|  | ConfigurationErrorFrame()()()() | 
            Creates a new instance of the ConfigurationErrorFrame class.
             | 
|  | ConfigurationErrorFrame(SerializationInfo, StreamingContext) | 
            Creates a new ConfigurationErrorFrame from serialization parameters.
             | 
|  | CopyImage(ISupportBinaryImage, array<Byte>[]()[][], Int32%) | 
            This is a common optimized block copy function for any kind of data.
            (Inherited from Common.) | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | Finalize()()()() | 
                    Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
                (Inherited from Object.) | 
|  | GetHashCode()()()() | 
                    Serves as a hash function for a particular type. 
                (Inherited from Object.) | 
|  | GetObjectData(SerializationInfo, StreamingContext) | 
            Populates a SerializationInfo with the data needed to serialize the target object.
             | 
|  | GetType()()()() | 
                    Gets the Type of the current instance.
                (Inherited from Object.) | 
|  | MemberwiseClone()()()() | 
                    Creates a shallow copy of the current Object.
                (Inherited from Object.) | 
|  | ToString()()()() | (Inherited from Object.) | 
 Remarks
 Remarks
            This class is used by CommonPhasorServices to return an error state when configuration could not be retrieved.
            
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | ConfigurationErrorFrame |