Amazon.Lambda.Model.InvalidSubnetIDException.InvalidSubnetIDException C# (CSharp) Method

InvalidSubnetIDException() public method

Construct instance of InvalidSubnetIDException
public InvalidSubnetIDException ( Exception innerException ) : System
innerException System.Exception
return System
        public InvalidSubnetIDException(Exception innerException) 
            : base(innerException) {}
            

Same methods

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