ZebraWeblinkException Constructor (Exception)
             | 
          
        
         
            Constructs a ZebraWeblinkException with a base Exception.
            
 
    Namespace: 
   Zebra.Sdk.Weblink
    Assembly:
   SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1989
Syntaxpublic ZebraWeblinkException(
	Exception e
)
Public Sub New ( 
	e As Exception
)
public:
ZebraWeblinkException(
	Exception^ e
)
Parameters
- e
 - Type: SystemException
The base exception. 
See Also