Exception thrown when trying to create an AppServer with a suite name that is used by another user

Namespace:  GrassValley.Mseries.AppServer
Assembly:  GrassValley.Mseries.AppServer (in GrassValley.Mseries.AppServer.dll) Version: 1.0.0.0

Syntax

C#
[SerializableAttribute]
public class SuiteInUseException : ApplicationException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class SuiteInUseException _
	Inherits ApplicationException
Visual C++
[SerializableAttribute]
public ref class SuiteInUseException : public ApplicationException

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      GrassValley.Mseries.AppServer..::.SuiteInUseException

See Also