ArcFM Responder Mobile Developer Guide
InconsistentTypeException Class
Members 






This exception is raised when a type is inconsistent.
Object Model
InconsistentTypeException Class
Syntax
'Declaration
 
<System.SerializableAttribute()>
Public Class InconsistentTypeException 
   Inherits System.ArgumentException
'Usage
 
Dim instance As InconsistentTypeException
[System.Serializable()]
public class InconsistentTypeException : System.ArgumentException 
public class InconsistentTypeException = class(System.ArgumentException)
System.SerializableAttribute()
public class InconsistentTypeException extends System.ArgumentException
[System.Serializable()]
public __gc class InconsistentTypeException : public System.ArgumentException 
[System.Serializable()]
public ref class InconsistentTypeException : public System.ArgumentException 
Inheritance Hierarchy

System.Object
   System.Exception
      System.SystemException
         System.ArgumentException
            Miner.Tasks.InconsistentTypeException

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

InconsistentTypeException Members
Miner.Tasks Namespace

Send Feedback