SourcePro® API Reference Guide

 
List of all members | Public Member Functions
RWSecureSocketSelectError Class Reference

Thrown when a problem occurs inside rwSecureSocketSelect(). More...

#include <rw/secsock/except.h>

Inheritance diagram for RWSecureSocketSelectError:
RWExternalErr RWxmsg

Public Member Functions

 RWSecureSocketSelectError (void)
 
int error (void) const
 
- Public Member Functions inherited from RWxmsg
 RWxmsg (const char *msg)
 
 RWxmsg (const RWxmsg &msg)
 
 RWxmsg (RWxmsg &&msg)
 
RWxmsgoperator= (const RWxmsg &)
 
RWxmsgoperator= (RWxmsg &&msg)
 
virtual void raise () const
 
void swap (RWxmsg &rhs)
 
virtual const char * why () const
 

Additional Inherited Members

- Protected Member Functions inherited from RWxmsg
 RWxmsg (const char *msg, bool doCopy)
 

Detailed Description

An RWSecureSocketSelectError is thrown when a problem occurs inside rwSecureSocketSelect().

Constructor & Destructor Documentation

RWSecureSocketSelectError::RWSecureSocketSelectError ( void  )

Constructor.

Member Function Documentation

int RWSecureSocketSelectError::error ( void  ) const
inline

Returns the error number.

Copyright © 2023 Rogue Wave Software, Inc., a Perforce company. All Rights Reserved.