com.esri.arcgis.support.ms.stdole
Class EXCEPINFO

java.lang.Object
  extended by com.esri.arcgis.support.ms.stdole.EXCEPINFO
All Implemented Interfaces:
Serializable

public class EXCEPINFO
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static int __CbElements__
           
 String bstrDescription
           
 String bstrHelpFile
           
 String bstrSource
           
 int dwHelpContext
           
 int pfnDeferredFillIn
           
 int pvReserved
           
 long scode
           
 short wCode
           
 short wReserved
           
 
Constructor Summary
EXCEPINFO()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

__CbElements__

public static final int __CbElements__
See Also:
Constant Field Values

wCode

public short wCode

wReserved

public short wReserved

bstrSource

public String bstrSource

bstrDescription

public String bstrDescription

bstrHelpFile

public String bstrHelpFile

dwHelpContext

public int dwHelpContext

pvReserved

public int pvReserved

pfnDeferredFillIn

public int pfnDeferredFillIn

scode

public long scode
Constructor Detail

EXCEPINFO

public EXCEPINFO()
Method Detail

toString

public String toString()
Overrides:
toString in class Object