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

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

Constructs a new instance of the LayerInaccessibleException class with serialized data.
The parameter is null. The class name is null or is zero (0).
protected LayerInaccessibleException ( 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 LayerInaccessibleException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)
            : base(info, context)
        {
        }

Same methods

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