Method | Description | |
---|---|---|
FeatureNotSupportedException ( ) : Apex.System | ||
FeatureNotSupportedException ( Exception param1 ) : Apex.System | ||
FeatureNotSupportedException ( string param1, Exception param2 ) : Apex.System | ||
clone ( ) : object | ||
getTypeName ( ) : string |
public FeatureNotSupportedException ( ) : Apex.System | ||
return | Apex.System |
public FeatureNotSupportedException ( Exception param1 ) : Apex.System | ||
param1 | Exception | |
return | Apex.System |
public FeatureNotSupportedException ( string param1, Exception param2 ) : Apex.System | ||
param1 | string | |
param2 | Exception | |
return | Apex.System |