Amazon.ElasticFileSystem.Model.MountTargetNotFoundException.MountTargetNotFoundException C# (CSharp) Méthode

MountTargetNotFoundException() public méthode

Construct instance of MountTargetNotFoundException
public MountTargetNotFoundException ( Exception innerException ) : System
innerException System.Exception
Résultat System
        public MountTargetNotFoundException(Exception innerException) 
            : base(innerException) {}
            

Same methods

MountTargetNotFoundException::MountTargetNotFoundException ( System info, System context ) : System
MountTargetNotFoundException::MountTargetNotFoundException ( string message ) : System
MountTargetNotFoundException::MountTargetNotFoundException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
MountTargetNotFoundException::MountTargetNotFoundException ( string message, Exception innerException ) : System
MountTargetNotFoundException::MountTargetNotFoundException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
MountTargetNotFoundException