Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Visual Basic Public Shadows Shared Function GetExceptionFromResultInternal( _
ByVal resultCode As Integer _
) As ExceptionC# public new static Exception GetExceptionFromResultInternal(
int resultCode
);C++ public:
static Exception^ GetExceptionFromResultInternal(
int resultCode
);JScript public hide static function GetExceptionFromResultInternal(
resultCode : int
) : Exception;
Parameters
resultCode System.Int32
Return Value
Applies To
AcquiredException, BadDriverVersionException, DeviceFullException, DeviceNotRegisteredException, EffectPlayingException, HasEffectsException, IncompleteEffectException, InputLostException, InsufficientPriveledgesException, MapFileFailException, MoreDataException, NotAcquiredException, NotBufferedException, NotDownloadedException, NotExclusivelyAcquiredException, NotFoundException, OtherApplicationHasPriorityException, PendingException, ReportFullException, UnpluggedException, UnsupportedException
.gif)