Amazon.ImportExport.Model.MissingManifestFieldException.MissingManifestFieldException C# (CSharp) 메소드

MissingManifestFieldException() 공개 메소드

Construct instance of MissingManifestFieldException
public MissingManifestFieldException ( Exception innerException ) : System
innerException System.Exception
리턴 System
        public MissingManifestFieldException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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