Amazon.ECR.Model.LayerPartTooSmallException.LayerPartTooSmallException C# (CSharp) Метод

LayerPartTooSmallException() защищенный Метод

Constructs a new instance of the LayerPartTooSmallException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected LayerPartTooSmallException ( System info, System context ) : System
info System The that holds the serialized object data about the exception being thrown.
context System The that contains contextual information about the source or destination.
Результат System
        protected LayerPartTooSmallException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

LayerPartTooSmallException::LayerPartTooSmallException ( Exception innerException ) : System
LayerPartTooSmallException::LayerPartTooSmallException ( string message ) : System
LayerPartTooSmallException::LayerPartTooSmallException ( string message, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LayerPartTooSmallException::LayerPartTooSmallException ( string message, Exception innerException ) : System
LayerPartTooSmallException::LayerPartTooSmallException ( string message, Exception innerException, ErrorType errorType, string errorCode, string requestId, HttpStatusCode statusCode ) : System
LayerPartTooSmallException