• Topic
  • Discussion
  • UdaWikiWeb.OPLErrorCollection(Last) -- Owiki? , 2016-08-19 15:00:38 Edit owiki 2016-08-19 15:00:38

    OPLErrorCollection

    Represents a collection of one or more OPLError objects that give detailed information about an OPLException.

    public sealed class OPLErrorCollection : ICollection
    

    Remarks

    This class is created by OPLException to collect instances of the OPLError class. OPLErrorCollection always contains at least one instance of the OPLError class.

    Methods

    public IEnumerator GetEnumerator();
    


    This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

    Properties

    public OPLError this[int i] {get;}
    


    Gets the error at the specified index. In C#, this property is the indexer for the OPLErrorCollection class.


    Referenced by...