Amazon.CloudFront.Model.InvalidRelativePathException.InvalidRelativePathException C# (CSharp) Метод

InvalidRelativePathException() публичный Метод

Construct instance of InvalidRelativePathException
public InvalidRelativePathException ( Exception innerException ) : System
innerException System.Exception
Результат System
        public InvalidRelativePathException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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