The Portrate Interview Engine

InvalidCampaignElementException Class

Represents cases where an operation is not defined for a particular campaign element, such as trying to add an element to a non-container element.

 Author: Jacob W Anderson Date: 3 Nov 2003 (c) 2003 Portrate, LLC. All rights reserved. 

For a list of all members of this type, see InvalidCampaignElementException Members.

System.Object
   System.Exception
      Portrate.Interview.Model.InvalidCampaignElementException

[Visual Basic]
Public Class InvalidCampaignElementException
    Inherits Exception
[C#]
public class InvalidCampaignElementException : Exception
[C++]
public __gc class InvalidCampaignElementException : public Exception
[JScript]
public class InvalidCampaignElementException extends Exception

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Portrate.Interview.Model

Assembly: Portrate.Interview (in Portrate.Interview.dll)

See Also

InvalidCampaignElementException Members | Portrate.Interview.Model Namespace