Amazon.CognitoSync.SyncManager.NetworkException.NetworkException C# (CSharp) Méthode

NetworkException() public méthode

Constructs a new NetworkException with an existing exception object
public NetworkException ( Exception ex ) : System
ex System.Exception
Résultat System
        public NetworkException(Exception ex)
            : base(ex.Message, ex)
        {
        }

Same methods

NetworkException::NetworkException ( System info, System context ) : System
NetworkException::NetworkException ( string detailMessage ) : System
NetworkException::NetworkException ( string detailMessage, Exception ex ) : System
NetworkException